lynn <lynn@steve-ss.com> wrote:
12.1 with vb 4.1.18
Hi everyone
Backing up a 16GB vdi to USB via rsync takes over 30 minutes, even though I have changed only one file within the VM.
I realise the VM is one file, but is there a way of syncing it without doing the whole vdi each time?
Lynn, I think the problem is that rsync was really designed for a situation where you have fast disks on each end and a slow pipe between. A usb drive doesn't qualify for that. The result is you are 'reading' the whole vdi from the usb drive to look for the deltas, then when you find one you have to write it back out. In that scenario a simple copy is probably faster than rsync. If you are concerned with speed I will investigate usb-3. Current generation external drives are usb-3 and you can get a pci express card for $20 I think. Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org