On 04/22 10:55 , Les Mikesell wrote:
> Incrementals are based on the last full - so they should be expected to 
> take longer each time until you do a full.

One solution for this is to set:
$Conf{IncrLevels} = [1, 2, 3, 4, 5, 6];

in config.pl. This way, each incremental will be made relative to the last
incremental.

Other performance improvements may be had by setting 'noatime' as a mount
option on the filesystem which holds your backuppc data pool.

Also, if you're using rsync-over-ssh, you may want to try changing your
compression level to 0 and a differen ssh cipher. You can set this value on
a per-host basis according to what testing indicates works best.

$Conf{RsyncClientCmd} = '$sshPath -C -o CompressionLevel=0 -c blowfish-cbc
-q -x -l bakupuser $host $rsyncPath $argList+';


-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

------------------------------------------------------------------------------
_______________________________________________
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/

Reply via email to