backups: update backup_do parameters.

This commit is contained in:
Marek Marczykowski-Górecki 2014-01-15 05:59:16 +01:00
parent 89f7c30a7e
commit 5527609c92

View File

@ -289,7 +289,7 @@ class BackupVMsWindow(Ui_Backup, QWizard):
self.files_to_backup,
str(self.passphrase_line_edit.text()),
progress_callback=self.update_progress_bar,
encrypt=self.encryption_checkbox.isChecked(),
encrypted=self.encryption_checkbox.isChecked(),
appvm=self.target_appvm)
#simulate_long_lasting_proces(10, self.update_progress_bar)
except Exception as ex: