core-admin/core
Marek Marczykowski-Górecki e31c3ae8e7 backup: reduce volume size to 100M and limit queue length
This way backup process won't need more than 1GB for temporary files and
also will give more precise progress information. For now it looks like
the slowest element is qrexec, so without such limit, all the data would
be prepared (basically making second copy of it in dom0) while only
first few files would be transfered to the VM.
Also backup progress is calculated based on preparation thread, so when
it finishes there is some other time needed to flush all the data to the
VM. Limiting this amount makes progress somehow more accurate (but still
off by 1GB...).
2013-11-25 00:55:59 +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
guihelpers.py Move all files one level up 2013-03-16 19:56:51 +01:00
qubes.py core: store dom0 info in qubes.xml 2013-11-24 23:50:39 +01:00
qubesutils.py backup: reduce volume size to 100M and limit queue length 2013-11-25 00:55:59 +01:00