All Questions
2 questions
1
vote
3
answers
1k
views
KVM trying to restore from backup and getting error unexpected data
Hello I made a backup of a VM guest with these steps:
1. virsh dumpxml --migratable test > /backup/test.xml
2. virsh snapshot-create-as --domain test \
--name backup....
1
vote
1
answer
1k
views
Backing up Xen Guests from dom0 with disk image file
I have a Xen server dom0 with a number of guests installed and am struggling to find an easy way to manage backups from the dom0 side.
Guest scripts: Of course I could run backup scripts on each of ...