Moving/merging a filesystem back into /

Linda Walsh rsync at tlinx.org
Wed Dec 11 00:17:22 MST 2013


On 12/7/2013 11:10 AM, Leen Besselink wrote:
> If you want to check the data, you need -c I believe.
Which will be REAL slow.

If you want to compare the files use 'diff' -qr /src /dest'

It will still read the files like rsync would, BUT it won't compute
a checksum which is usually a slow procedure.




More information about the rsync mailing list