-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic restore script #1
Milestone
Comments
milkey-mouse
added a commit
that referenced
this issue
Dec 17, 2017
The parser for restore-vm is a bit simpler because it only has positional arguments and flags at the beginning like a normal program (no --borg-args shenanigans). It can actually reuse the ArchiveBuilder class for the restore because the bind mounts are not read-only, but this doesn't work if the format of the disk changes.
milkey-mouse
added a commit
that referenced
this issue
Dec 18, 2017
The parser for restore-vm is a bit simpler because it only has positional arguments and flags at the beginning like a normal program (no --borg-args shenanigans). It can actually reuse the ArchiveBuilder class for the restore because the bind mounts are not read-only, but this doesn't work if the format of the disk changes.
milkey-mouse
added a commit
that referenced
this issue
Dec 18, 2017
milkey-mouse
added a commit
that referenced
this issue
Dec 18, 2017
The parser for restore-vm is a bit simpler because it only has positional arguments and flags at the beginning like a normal program (no --borg-args shenanigans). It can actually reuse the ArchiveBuilder class for the restore because the bind mounts are not read-only, but this doesn't work if the format of the disk changes.
milkey-mouse
added a commit
that referenced
this issue
Dec 18, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DiskLock
(see libvirt source, it doesn't look like this stuff is in the Python wrapper)s/A lock driver which locks nothing/A lock driver for virtlockd/
qemu-img
and similar utils? (see "Valid volume format types" from https://libvirt.org/storage.html, looks like most are supported byqemu-img
)backup-vm
usage to README (6f6f54c)The text was updated successfully, but these errors were encountered: