Olivier MEDOC
04d38055a6
backup: fixed vm extraction path and untracked errors
2013-09-30 14:54:14 +02:00
Olivier MEDOC
1a80893ef0
backup: fixed decryption during backup restoration process
2013-09-30 10:26:04 +02:00
Olivier MEDOC
c2645bcb92
backup: fix a misplaced passphrase request breaking the backup GUI
2013-09-28 12:24:33 +02:00
Olivier MEDOC
a594af02de
backup: fix of a bug introduced in the qvm-backup-restore command by adding a progress_callback
2013-09-27 09:47:33 +02:00
Olivier MEDOC
26fb5b3d25
backup: fixes to use the backup GUI
2013-09-27 09:41:40 +02:00
Olivier MEDOC
af230b33a9
backup: implemented validated file extraction for non encrypted backups
2013-09-26 10:30:57 +02:00
Olivier MEDOC
c805ff6aeb
backup: implement header restoration for the new backup format
2013-09-25 09:51:17 +02:00
Olivier MEDOC
361741b8aa
backup: multiple fixes for the backup process, including non-encrypted backups
...
- Ensure backup without encryption is working
- Implemented progress feedback through a global variable
- Ask user for a passphrase used for encryption or for verification
2013-09-10 09:27:51 +02:00
Olivier MEDOC
23065f6fa0
backup: use a thread to send data to AppVM in parallel to tar main operations.
...
Additionnally, temporary files are removed once data has been sent
2013-09-10 09:25:44 +02:00
Olivier MEDOC
a85f3a7d8e
backup: introduced a second tar pass to send encrypted data to an AppVM
...
The backup process is now tar_sparse | encrypt | hmac | tar | appvm
2013-09-10 09:24:25 +02:00
Olivier MEDOC
4ae4bdc452
backup: implemented backup mecanism using tar_sparse+encryption+hmac generation
2013-09-10 09:22:35 +02:00
Olivier MEDOC
5edca4ac90
backup: code cleanup
2013-09-10 09:20:49 +02:00
Olivier MEDOC
836c604473
backup: reimplemented restore function through an AppVM
...
The VM size is now stored inside the backup specification file in order to compute progress.
2013-08-19 16:48:29 +02:00
Olivier MEDOC
9784ca87f6
backup: implemented mecanism to read only the backup headers
2013-08-16 09:12:06 +02:00
Olivier MEDOC
5fa8d732ae
backup: major revamp of the backup code to include backup to dom0, backup to vm, better cleanup code
2013-08-14 10:26:58 +02:00
Olivier MEDOC
fbb26d89b4
backup: implemented progress feedback using tar checkpoint and a temporary file for tar output
2013-08-14 10:23:04 +02:00
Olivier MEDOC
aea789d0a1
backup: implemented use of a single tar file instead of creation of multiple file during backup
2013-08-14 10:21:41 +02:00
Olivier MEDOC
6c09189b77
backup: improved performance by optimizing tar and gpg options
2013-08-14 10:19:15 +02:00
Olivier MEDOC
fb8748f3e9
backup: implemented use of tar+gpg2 instead of only encrypting files
2013-08-14 10:18:05 +02:00
Andrew Sorensen
ead479804e
dom0: wait for folder to be created before adding file
2013-07-07 00:00:07 -07:00
Andrew Sorensen
4ed00f123d
dom0: allow user to decide if encryption should be used, close qvm database
2013-06-22 21:19:59 -07:00
Andrew Sorensen
c2f157c2d2
dom0: close Popen when the transfer is complete
2013-06-22 20:30:32 -07:00
Andrew Sorensen
93162df677
dom0: use vm.run() instead of subprocess.Popen() directly
2013-06-22 19:59:16 -07:00
Andrew Sorensen
246e8c383d
dom0: fix directory creation
2013-06-22 18:22:11 -07:00
Andrew Sorensen
7cacc3db48
dom0: edit qvm-backup to use backup_do_copy, throw error when appvm is not found
2013-06-22 18:02:40 -07:00
Andrew Sorensen
65822f6033
dom0: switch backup compression to .tar.gz, properly handle folders.
2013-03-27 11:04:39 -07:00
Andrew Sorensen
bf2dd7f0c7
dom0: allow backup to AppVM instead of just local block device
2013-03-26 18:36:29 -07:00
Marek Marczykowski
52dbedaac2
dom0/backup-restore: chown dom0 home after restore
...
It can happen that backup was done as different user (in terms of UID) than on
restore system. Correct this by chown.
Especially this is the case when backup was done on Qubes R1 and restore on
Qubes R2.
2013-02-27 05:34:53 +01:00
Marek Marczykowski
82f3092803
dom0/qvm-backup-restore: adjust for new QubesVmCollection API
2013-01-22 00:34:13 +01:00
Alexandre Bezroutchko
e58b432d09
dom0/pvusb: fix a typo in usb_find_unused_frontend()
2012-11-17 03:25:22 +01:00
Marek Marczykowski
272b6b7e1d
dom0/usb: "port" xenstore entry isn't encoded, so don't try to decode it
2012-11-08 03:57:04 +01:00
Alexandre Bezroutchko
42ae001b74
dom0/usb: cosmetic changes to warning messages displayed by qvm-usb tool
2012-11-08 02:59:55 +01:00
Alexandre Bezroutchko
f2b633756e
dom0+vm/usb: fixed a bug introduced in eb193fc870
2012-11-08 02:42:09 +01:00
Alexandre Bezroutchko
eb193fc870
dom0+vm/usb: sanitize data (USB device names) read from xenstore before use
2012-11-07 01:33:19 +01:00
Alexandre Bezroutchko
350ff3aaa1
dom0+vm/usb: encode/decode dots in USB device names when writing/reading xenstore
2012-11-07 01:14:12 +01:00
Alexandre Bezroutchko
14a1f9f67f
dom0+vm/usb: cosmetic - added comments to usb_find_unused_frontend()
2012-11-07 00:41:13 +01:00
Alexandre Bezroutchko
900e5327d2
dom0+vm/usb: improve error reporting in usb_find_unused_frontend()
2012-11-07 00:37:50 +01:00
Alexandre Bezroutchko
aeac4d20dc
dom0+vm/usb: bugfix in usb_find_unused_frontend()
2012-11-07 00:24:05 +01:00
Alexandre Bezroutchko
073ce8a683
dom0+vm/usb: completed support for usb versions, fixed a bug
2012-10-26 23:30:55 +02:00
Alexandre Bezroutchko
14fff45ddd
dom0+vm/usb: add USB version to device list displayed by qvm-usb -l'
2012-10-26 23:09:36 +02:00
Alexandre Bezroutchko
d37efe031e
dom0+vm/usb: added USB vesrion support to usb_setup() and usb_find_unused_frontend()
2012-10-24 22:30:42 +02:00
Marek Marczykowski
4b44a149c1
dom+vm/qvm-usb: improve handling devices like "2-1.4"
...
xenstore doesn't allow '.' in key name, so translate it to '_'
2012-10-23 05:42:39 +02:00
Alexandre Bezroutchko
743d93d8f0
dom0/qvm-usb: bugfix
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
9d77b3dd3c
dom0/qvm-usb: detach operation appears to work
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
b72db5cad8
dvp/qvm-usb: not going to implement explicit specification of USB frontend device/port
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
4bb1182228
dom0/qvm-usb: implemented automatic frontend/backend initialization on attach
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
a85d34a8b3
dom0/qvm-usb: partly implement usb_find_unused_frontend()
2012-10-21 14:59:39 +02:00
Alexandre Bezroutchko
d613d6a04d
dom0/qvm-usb: attach works again for dom0 backend
2012-10-21 14:59:38 +02:00
Alexandre Bezroutchko
db4d49b19c
dom0+vm/qvm-usb: intermediate
2012-10-21 14:59:38 +02:00
Alexandre Bezroutchko
72fba0ac1b
dom0/qvm-usb: added usb_setup()
2012-10-21 14:59:37 +02:00