mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #269] How to backup VMs #216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DEK4 on GitHub (Apr 3, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/269
Is there any way to backup an running VMs?
I can't shutdown it...
thanks
@6opo9a commented on GitHub (Apr 4, 2014):
It's a very bad idea because you'll get an inconsistent image of filesystem. Also it isn't limitation of Panel, but libvirt itself.
Or shutdown VM or do backup within VM OS/software.
@schmitch commented on GitHub (Apr 10, 2014):
No you could snapshot with libvirt and then make a backup.
https://fedoraproject.org/wiki/Features/Virt_Live_Snapshots#Live_backup
So based on this: https://www.redhat.com/archives/libvirt-users/2013-February/msg00098.html
http://soliton74.blogspot.de/2013/08/about-kvm-qcow2-live-backup.html
https://docs.google.com/a/briefdomain.de/file/d/0B71RHtrfptFfV2RseTFEZS12N1U/edit
@AlexH-HankIT commented on GitHub (Apr 11, 2014):
We are using LVM to take a snapshot from the Logical Volume and copy the machine to a backup storage.