core-admin/core
Marek Marczykowski-Górecki f4194c9d08 backups: implement async backup/restore cancel method (#793)
The backup_cancel() method kills processes registered by main thread and
set "running_backup_operation.canceled" to True. Then main thread get an
error because of killed processes and check if that was because of
cancel request.

Introduce BackupCanceledError, which can report temporary dir to remove.
2014-03-08 03:55:47 +01:00
..
__init__.py Move all files one level up 2013-03-16 19:56:51 +01:00
.gitignore Move all files one level up 2013-03-16 19:56:51 +01:00
backup.py backups: implement async backup/restore cancel method (#793) 2014-03-08 03:55:47 +01:00
guihelpers.py Move all files one level up 2013-03-16 19:56:51 +01:00
qubes.py appicons 2014-01-11 00:07:55 +01:00
qubesutils.py qvm-block: fix handling unusual devices attached to dom0 2014-03-05 00:49:28 +01:00