Displaying 1 result from an estimated 1 matches for "f22e220b".
2020 Jun 10
2
Delta-compression and --write-devices
Hello,
This is my first time posting to this list. I think I might have found a
bug, but I am not sure, so I appreciate any thought you may have.
I am running rsync 3.2.0dev from Git master revision 916faecb with the
copy-devices patch from rsync-patches master revision f22e220b on Debian
10 and I used the Debian build system to build rsync.
I am running the following command:
alpha# rsync -vvvvv --checksum --inplace --progress -- copy-devices
--write-devices omega:/dev/dm-9 /dev/dm-7
In order to transfer an entire LVM2 partition from omega to alpha.
The transfer wor...