On Thu, 2006-08-03 at 18:01 +0200, daniel berteaud wrote:
> Well, it should do incremental backups, depending on the
> configuration. You can verify the type of each backup in the cgi
> interface. You can specify in the per pc configuration file the
> blackout periods so that backups only occure when you want them to
> occure. For exemple (this is the default configuration)
> 
> $Conf{BlackoutPeriods} = [
>     {
>       hourBegin =>  7.0,
>       hourEnd   => 19.5,
>       weekDays  => [1, 2, 3, 4, 5],
>     },
> ];
> 
> With this the backups won't occure (if the host is always connected,
> but, as we talk about the localhost, it will always be connected) from
> 7h00 to 19h30 during all the week (from monday to friday). You can
> define several blackout period.

To be considered 'always connected', some number of pings have to
succeed outside of the blackout period.  I usually start the initial
backup of a new machine late in the day.  Subsequent automatic runs
won't start until 24 hours have passed, then later after the target
is determined to be always available the runs won't start until the
blackout period.  If you force an incremental just before you leave
work you'll shift into that cycle.

-- 
  Les Mikesell
   [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/

Reply via email to