[Bug 4615] encryption with rsync: using ssh's algorithms?

2015-03-04 Thread samba-bugs
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. -

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