Craig Barratt wrote:
> Evren writes:
> 
>>   Host        User    #Full           Full Age (days)         Full Size (GB) 
>>          Speed 
>> (MB/s)        #Incr           Incr Age (days)         Last Backup (days)     
>>  State           
>> Last attempt
>> host1                        4       5.4     3.88    0.22    6       0.4     
>> 0.4     idle    idle
>> host2                        4       5.4     2.10    0.06    6       0.4     
>> 0.4     idle    idle
>> host3                        4       5.4     7.57    0.14    6       0.4     
>> 0.4     idle    idle
>> host4                        4       5.4     5.56    0.10    6       0.4     
>> 0.4     idle    idle
> 
> These xfer rates are certainly very low.
> 
> I don't think I caught which XferMethod you are using.  Also,
> what is your BackupPC version?  If you are using 3.0, what is
> the value of $Conf{IncrLevels}?
> 
> Craig

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?

I have concluded that to get a decent performance from backuppc one must 
use RAID and put a lot of ram to the machine because BackupPC is using 
the disk intensively!

Thanks,
Evren

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

Reply via email to