qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] "File too large" error from "qemu-img snapshot" (was Re


From: Paolo Bonzini
Subject: Re: [Qemu-devel] "File too large" error from "qemu-img snapshot" (was Re: AW: Bug Repoting Directions Request)
Date: Wed, 19 Nov 2014 12:53:37 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0


On 19/11/2014 12:48, Prof. Dr. Michael Schefczyk wrote:
> 
> Thank you very much. To execute the backup, I run a script. For the machine 
> in question, it looks as follows:
> 
> #!/bin/bash
> dt=`date +%y%m%d`
> qemu-img snapshot -c gatewayb72 /kvm02/gatewayb72.img
> qemu-img convert  -f qcow2 -O qcow2 /kvm02/gatewayb72.img 
> /backup/gatewayb72$dt.img
> qemu-img snapshot -d gatewayb72 /kvm02/gatewayb72.img
> /bin/find /backup/* -mtime +100 -exec rm {} \;

Is it done while the VM is running?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]