Re: [libvirt-users] virsh blockcopy without undefine

2015-10-13 Thread Nathan Shearer
On 10/13/2015 09:59 PM, Eric Blake wrote: > On 10/13/2015 09:46 PM, Nathan Shearer wrote: >> I have a script that performs a backup with the following steps: >> >> virsh dumpxml --inactive "$DOMAIN" > "$TMP/${DOMAIN}.xml" && \ >> virsh dumpxml --inactive "$DOMAIN" > "$DESTINATION_XM

Re: [libvirt-users] virsh blockcopy without undefine

2015-10-13 Thread Eric Blake
On 10/13/2015 09:46 PM, Nathan Shearer wrote: > I have a script that performs a backup with the following steps: > > virsh dumpxml --inactive "$DOMAIN" > "$TMP/${DOMAIN}.xml" && \ > virsh dumpxml --inactive "$DOMAIN" > "$DESTINATION_XML" && \ > virsh undefine "$DOMAIN"

[libvirt-users] virsh blockcopy without undefine

2015-10-13 Thread Nathan Shearer
I have a script that performs a backup with the following steps: virsh dumpxml --inactive "$DOMAIN" > "$TMP/${DOMAIN}.xml" && \ virsh dumpxml --inactive "$DOMAIN" > "$DESTINATION_XML" && \ virsh undefine "$DOMAIN" && \ virsh blockcopy "$DOMAIN" "$SOURCE_DISK