Ariyanto writes:

> I have implement backuppc to backup my servers and
> doing great. But I have a
> silly question in mind, what is the meaning
> $Conf{FullPeriod} = 6.97? Is it
> mean a whole week? Can I just put it as 6 without .97?

The goal here is to keep the schedule at the same time of day.
With an hourly WakeupSchedule, 6.97 is a full week, minues a
few minutes, which will tend to keep the backup at the same
hour each week.

If you use 7 (exactly a week) it is likely that the backup will slip
an hour.  For example, if the WakeupSchedule includes 1pm, and the
last full backup started at 1pm plus a few seconds, then this week
at 1pm if BackupPC_dump starts a few second earlier, then the
difference is just less than 7.0, so the full won't happen that
hour.

> What if I want to backup the server monthly? Can I
> just put it 30 as
> fullperiod?

You should do 29.97.  That will be every 30 days, not exactly
monthly but close enough.

Craig

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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