On 10/10 11:54 , Sebastien Sans wrote: > The compression system of the pool in BackupPc is great, it save a lot > of place, but I didn't found how to compress the tranfers in order to > save my bandwidth.
Use compression in your ssh transport. Here's an example I typically use: $Conf{RsyncClientCmd} = '$sshPath -C -o CompressionLevel=9 -c blowfish-cbc -q -x -l rsyncbakup $host $rsyncPath $argList+'; The blowfish-cbc cipher has sometimes been demonstrated to be more efficient than the default. I've not done enough comparisons to be completely confident that it's the best tho. On a completely independent note, that example shows I'm logging in as 'rsyncbakup' rather than 'root'. (I have the ssh key set up to use sudo to run the single allowed rsync command on the client side as root). -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/