Hi,

I have a client with 50 or so pcs, all doing rsync backups throughout the day to a backuppc server. Works Great.

We also have a linux box running a Cyrus Imap Store and we were running rsync backups too, just getting the cyrus directories. This was working great until a month or so ago when the rsync's started failed with "Child Exited Prematurely".

My guess was that because the mail store had grown over time to 16gb, which would have comprised many thousands of files, that the list of files were too big and timing out.

I know i could make multiple rsync shares and have the number of files per rsync reduced, but because its cyrus imap its difficult to split the store up, unless you do it for every user directory (a-z).

I am going to change strategy and backup the imap store locally to tar and then use backuppc to sync the tar files. Each of the compressed tar's is about 10gb. So each day at least 10gb will be pumped across the network which will be gigabit.

However i want to ensure that this only happens at night and doesn't interfere with the day to day operations.

So whats the best way to ensure this happens?

I guess i cant set a per host wake up schedule because thats global right? I still want to have all pc's backup during the day normally.

1. Blackout Periods? Lets say I only want to backup between 1am and 6am. I can set a blackout period fine, but how do i manage...
$Conf{BlackoutBadPingLimit}
$Conf{BlackoutGoodCnt}
...on a single host basis?
Do i just set $Conf{BlackoutGoodCnt} = 0; in the per pc config file?

2. Alternatively is there a way to schedule a backup of this host via cron? and just disable regular backups?

TIA,

Regards,

Les


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