-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey Gustin,

Every little byte we can squeak out is good. I'll swap up the crypto and
see if that gets us a little more. Within /etc/rsnapshot.conf I can pass
options to rsync which is where I passed the 'z' flag. I'll add this
crypto flag as well.

Much obliged for the tip.

J

Gustin Johnson wrote:
> I have a better understanding what you are after now.
> 
> Another useful rsync flag is --rsh, which lets you pass options to ssh.
>  For remote file transfers I often use the blowfish cipher as it is less
> overhead than aes-128 which I believe is the default for ssh.  Less
> overhead = more bits through the pipe.  You may be able to tweak TCP as
> well, but that is potentially more effort than it is worth.
> 
> The full command for a common rsync transfer for me is:
> rsync -avuz --progress --rsh="ssh -c blowfish" [EMAIL PROTECTED]:/rpath /lpath
> 
> ** Note that this puts rpath inside of lpath because I intentionally
> omitted the trailing slash off of the source path.
> 
> Jon wrote:
>>> Thanks Gustin and Szemir,
>>>
>>> Sounds like you've both been where we are right now. We've also come to
>>> the conclusion that we're likely going to have to seed the initial
>>> backup with a USB drive.
>>>
>>> I did have some success, though. The -z flag for rsync is probably
>>> pretty well known as it provides compression. The default Rsnapshot
>>> config file, however, does not pass that flag to Rsync. I turned it on
>>> and we went from ~400MB an hour to over 1GB per hour. That's a massive
>>> improvement and makes this a little easier to deal with.
>>>
>>> Thanks!
>>>
>>> J

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

- --
Key fingerprint: BDE0 DE52 B8C0 0CDF 7653 E5A2 D861 7877 0D3B 813E
http://www.jonwatson.ca
+1.403.875.6048
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFbket2GF4dw07gT4RAk8LAJ9LnOrCL3flvMCy4AFjKJWdAM3lCgCgrgPn
pxi+3AL/IR6nFHXFozeuv+E=
=HN3l
-----END PGP SIGNATURE-----

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to