Evren writes: > I use rsync with 3.0.0 but it was the same speed with 2.x.x versions. > > $Conf{IncrLevels} = [1]; > > I wonder, since I have: > > $Conf{IncrKeepCnt} = 6; > > Wouldnt it make more sense to use this?: > > $Conf{IncrLevels} = [1, 2, 3, 4, 5, 6]; > > or does this make things even more slower?
Yes, that would make it slower since several incrementals have to be merged (ie: more server disk seeks for every file) to get the latest baseline, which in 3.x is used as the starting point for each rsync backup. Craig ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/