Manfred <[EMAIL PROTECTED]> writes:

Hi Manfred

> Hi,
> i am sorry about my bad english but i trie my best.
>
> I have to backup one server with about 50 GB Data.
> After some howers i get allweys  this
>  received signal=ALRM
>
> and the backup is nor ready.

I had this kind of problem in many servers. It seems that rsync takes
too long for giving any feedback when it is copying big files. I
usually solve this problem by dividing the backup in many shares,
something like this:

$Conf{RsyncShareName} = ['/bin', 
                         '/boot',
                         '/etc',
                         '/lib',
                         '/root',
                         '/sbin',
                         '/usr',
];

Additionally, you can raise the $Conf{ClientTimeout} value.

Hope this helps.

Good luck,
Rodrigo

>
> By other servers with not so many datas is everithing working fine.
>
> Pleas, how can istop this Problem.
>
> Thanks a lott
> your
> Manfred


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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