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
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"
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