Commit Graph
4 Commits
Author SHA1 Message Date
Jérémie Courrèges-Anglas 3ede128155 Simplify url construct. 2014-11-20 15:48:29 +01:00
Jérémie Courrèges-Anglas 059c94797a Tiny optimization for copy_vm_xcp / backup_xva schemes
Both methods create a snap and make a copy of it, and both methods
ought to be used in the same backup process.  To avoid overwhelming
the storage, it is now possible to avoid deleting a snap in
copy_vm_xcp (delete_snapshot=no) so that it gets reused in
backup_xva (reuse_snapshot=yes).

Requested by Yvan.
2014-11-20 15:48:00 +01:00
Jérémie Courrèges-Anglas 4d054189c7 Better error message 2014-11-20 15:32:02 +01:00
Jérémie Courrèges-Anglas d43b948482 A basic .gitignore. 2014-11-19 17:23:32 +01:00