Possible Error in rsync 3.0.9

2015-03-04 Thread Robert
Hi I was using rsync with the following options rsync -aPH --exclude-from=/var/tmp/ignorelist /home/me/ /run/media/me/ADATA\ #2/rsync-me/ and I was creating a copy of a home directory on my Linux machine. It went along for sometime (some 30,000 files) when it stopped with the following messag

Re: Possible Error in rsync 3.0.9

2015-03-04 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It actually doesn't matter if rsync was compiled 32bit or 64bit. The check is: rsync --version | grep 64-bit.files Of course that only means rsync can handle large files. The OS or filesystem can still fail. Essentially, rsync's receiver thread cra