-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFbbt1wRXgH3rKGfMRAmmCAJ4jG8+YeLtOGO7wlcZcN9ygWmsm4ACfUDqw K6p0c5hU2Lmfk3Yd7m1RR8Y= =tzIo -----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

