On 12/29 06:07 , Brendan Simon wrote: > What is the fastest solution for backuppc?
haven't done much experimenting with this; but tar over nfs ought to be pretty quick. (also pretty insecure, and occasionally prone to causing other headaches as nfs is wont to do). > Obviously SSH adds some > overhead. I want to use a very fast cipher. Something to just scramble > the data to give really basic privacy from packet snoopers. Any > suggestions??? I think I've heard of a patch you can apply to remove encryption entirely; but here's a sample option I'm using on a really low-bandwidth link; $Conf{RsyncClientCmd} = '$sshPath -C -o CompressionLevel=9 -c blowfish-cbc -q -x -l rsyncbakup $host $rsyncPath $argList+'; I would guess that for a high-bandwith connection, the blowfish-cbc cipher may still provide some benefit; but you could try setting CompressionLevel to 0 or 1 (or some other small value) and see if that improves your speed. > Is rsyncd faster than ssh/rsh/rsync ??? no. rsync is rsync; it's just a matter of whether there's a daemon already listening (rsyncd), or whether it gets started by the ssh connection (ssh+rsync). -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/