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
On Tue, Oct 13, 2015 at 10:39:58AM +0800, justlibv...@gmail.com wrote:
> Hi everyone!
Hi,
Firstly, please don't post the same message multiple times in a row. If
someone hasn't responded, they're either busy, or haven't noticed this
message.
> I use the libvirt(version: 1.2.2) and QEMU(ve