-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
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
https://bugzilla.samba.org/show_bug.cgi?id=4615
--- Comment #2 from Shachar Shemesh ---
What you're asking for is currently possible with an external utility, called
rsyncrypto (http://rsyncrypto.lingnu.com). It, in fact, does not require you to
trust the server you're storing your backups on.
-