Re: sync of ordinary files from lvm snapshot fails with --sparse, 3.2.2pre2

2020-07-07 Thread Scott Mcdermott via rsync
On 2020-07-06 12:40 -0700 Perry Hutchison wrote: > we either need to read the part of the output file that > we're about to seek over -- and overwrite anything that reads back > non-zero with zeros The files that give verification errors are just small text files with no null bytes. The sparse

Re: sync of ordinary files from lvm snapshot fails with --sparse, 3.2.2pre2

2020-07-06 Thread Perry Hutchison via rsync
Scott Mcdermott via rsync wrote: > Getting some puzzling errors doing the following backup procedure > on a root filesystem that's on LVM, when using sparse flag: > > lvcreate --snapshot --name baksnap --size 3G /dev/vg0/root > mount -o ro /dev/vg0/baksnap /var/tmp/snapmnt > rsync -izaHx \ >

sync of ordinary files from lvm snapshot fails with --sparse, 3.2.2pre2

2020-07-05 Thread Scott Mcdermott via rsync
Getting some puzzling errors doing the following backup procedure on a root filesystem that's on LVM, when using sparse flag: lvcreate --snapshot --name baksnap --size 3G /dev/vg0/root mount -o ro /dev/vg0/baksnap /var/tmp/snapmnt rsync -izaHx \ --delete --delete-excluded --delete-after \