add xml-dump of vm to backup

This commit is contained in:
Jochen Welzel 2021-01-06 11:58:51 +01:00
parent a538042eba
commit fdb28a42a9
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ done
# create snapshot dataset
zfs create tank/snapshots/$VM
# create virsh xml-dump of vm
virsh dumpxml $VM > /srv/vms/$VM/vm-$VM.xml
virsh snapshot-create-as --domain $VM --name $SNAPNAME --quiesce --atomic --disk-only $DISKSPEC >/dev/null 2>&1
if [ $? -ne 0 ]
then