Re: [BackupPC-users] Compression during Xfer

2008-10-28 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sebastien Sans wrote: Hello, 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. I tryed to modify the command line in rzync and tar

Re: [BackupPC-users] Compression during Xfer

2008-10-13 Thread Carl Wilhelm Soderstrom
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:

Re: [BackupPC-users] Compression during Xfer

2008-10-13 Thread Tomasz Chmielewski
Carl Wilhelm Soderstrom schrieb: 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

Re: [BackupPC-users] Compression during Xfer

2008-10-13 Thread Carl Wilhelm Soderstrom
On 10/13 02:56 , Tomasz Chmielewski wrote: $Conf{RsyncClientCmd} = '$sshPath -C -o CompressionLevel=9 -c blowfish-cbc -q -x -l rsyncbakup $host $rsyncPath $argList+'; Unless you're using an obsoleted SSH protocol in version 1, setting CompressionLevel does not make any sense - SSH

[BackupPC-users] Compression during Xfer

2008-10-10 Thread Sebastien Sans
Hello, 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. I tryed to modify the command line in rzync and tar modes to activate compression (i added -z options to use gz compression), the

Re: [BackupPC-users] Compression during Xfer

2008-10-10 Thread Tomasz Chmielewski
Sebastien Sans schrieb: Hello, 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. I tryed to modify the command line in rzync and tar modes to activate compression (i added -z