You didn't mention what's the exact problem you're having. I think
you'll also need to alter your WakeupSchedule, since that's what
determines at which time backuppc checks which backups are stale and
schedules an update. I'd say something like:

$Conf{WakeupSchedule} = [2.25,2.50,2.75,3.0,3.25......];

ought to do the trick. Of course you have to complete the series and
it's going to be an awfully long line specifying every 0.25th of an hour..


Roald wrote:
> Hi!
> 
> I want to backup a directory on a server every 15 minutes (incremental) and
> full backup every 12 hours or so. Only a few files, the backup takes 5
> seconds for full and 1-2 seconds for incremental.
> 
> I have been experimenting with
> 
> $Conf{FullPeriod} = 0.48;
> $Conf{IncrPeriod} = 0.01;
> 
> But I can't seem to get it to work right. Anyone have any examples?
> 
> Thanks!
> 
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/backuppc-users
> http://backuppc.sourceforge.net/


-- 
Saludos.

        - Ing. Daniel Manrique

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to