Are these options correct?
Daily full backups
$Conf{FullPeriod} = 0.97;
$Conf{IncrPeriod} = 0.97;
$Conf{FullKeepCnt} = 1;
$Conf{IncrKeepCnt} = 0;
Weekly full backups, saving 4, with one week of daily incrementals: (These
seem to be the defaults)
$Conf{FullPeriod} = 6.97;
$Conf{IncrPeriod} = 0.97;
$Conf{FullKeepCnt} = 1;
$Conf{IncrKeepCnt} = 6;
Monthly full backups, saving 1 with one month of weekly incrementals:
$Conf{FullPeriod} = 29.97;
$Conf{IncrPeriod} = 6.97;
$Conf{FullKeepCnt} = 1;
$Conf{IncrKeepCnt} = 3;
And another question. Can $Conf{BackupFilesExclude} be set with a wildcard
match (ie..."*_log")
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.714 / Virus Database: 470 - Release Date: 7/2/2004
-------------------------------------------------------
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/
