David Masover writes:
Christopher L. Everett wrote:
| David,
|
| The backup log still grows at the rate of 50+ bytes per second, with a
| rescheduling message every second. Fix that before doing anything else.
I'm trying to configure BackupPC to just run the nightly cleanup,
without scheduling any backups at all. I want to run the backups
manually from cron. What should I have things set to? (WakeupSchedule,
etc)
- Set $Conf{WakeupSchedule} to a single time (eg: 1, for 1am).
- Set $Conf{FullPeriod} to -1.
- Use cron to run BackupPC_serverMesg to schedule all the full and
incremental backups.
The clients will still all be scheduled at 1am, but the setting
$Conf{FullPeriod} = -1 prevents any backups.
An alternative is to just use cron to schedule the full, and allow
BackupPC to run the incrementals:
- Set $Conf{WakeupSchedule} to a single time (eg: 1, for 1am),
or several times.
- Set $Conf{FullPeriod} to a large number (longer than the
cron full period).
- Use cron to run BackupPC_serverMesg to schedule all the full
backups.
- BackupPC will run the incrementals according to the setting of
$Conf{IncrPeriod}, relative to when cron requested the full.
Craig
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
BackupPC-users mailing list
BackupPC-users < at > lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/
