Hello,
I set up backuppc for creating backups of hosting files. On the client
i set up rsyncd and use settings:
path = /
read only = yes
use chroot = no
list = no
auth users = backup
secrets file = /etc/backup.rsyncd.secrets
refuse options = delete
log file = /var/log/backup.rsyncd.log
max verbosity = 1
exclude from = /etc/backup.rsyncd.exclude
For the server side - it was selected rsyncd it XferMode in backuppc
config.pl for all hosts and partitially for this client host was next
settings:
$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncdClientPort} = 873;
$Conf{RsyncdUserName} = 'backup';
$Conf{RsyncdPasswd} = 'XXXXXX';
$Conf{CompressLevel} = 3;
I started full backup at 19.00. Next lunch - at 16.00-17.00 backup was
finished. Duration: 1360.8 Min. Summary size data for transfer on the
client side was less 100gb. It's too slow, cause the 100Mb channel
wasn't overload and hard disks works fine on client side. I saw in backuppc
stats next lines:
Backup# Type #Files Size/MB MB/sec #Files Size/MB #Files Size/MB
0 full 1624503 302031.2 3.70 794653 4405.6 961007 297681.6
Why size in MB is 302031.2 where on the client side it's less 100Gb
summary. It was only one first backup on the backup servers and i
doesn't understand why so big. Possibly - it's the reason of slow
backup? How to determine the real reason of the problem?
Thanks a lot.
--
Best regards,
Nikita Tatarinov mailto:[EMAIL PROTECTED]
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/