do "/etc/backuppc/linux.pl";

# Anything left commented will pick up default values.  Only uncomment
# what you want to override for this host.  Be sure to restart the
# backuppc service after any changes to this file.


# Set number of days minus .03 between full backups, or -1 to only do
# manual backups, or -2 to suspend all backups.
#
#$Conf{FullPeriod} = 6.97;

# Commands to be run before a backup.
#
#$Conf{DumpPreUserCmd} = '$sshPath -q -x -l root $host /usr/local/sbin/mysql-bu';

# Set Maximum ping time: 20 msec for lan, 300 msec for wan.
#
#$Conf{PingMaxMsec} = 20;

# Set number of days minus .03 between incremental backups.
#
#$Conf{IncrPeriod} = 0.97;

# Number of full backups to keep (see config.pl for description).
#
#$Conf{FullKeepCnt} = [4, 2, 2, 2, 2];

# List files to include or files to exclude.
#
#$Conf{BackupFilesOnly} = undef;
#$Conf{BackupFilesExclude} = ['/mnt/*/*', '/mnt/*/.*', '/media/*/*', '/media/*/.*', '/root/images/*', '/sys/*', '/tmp/*', '/tmp/.*', '/proc/*', '/var/lib/backuppc', '/var/archive'];

# Set number of days to warn if no backups have been made.
#$Conf{EMailNotifyOldBackupDays} = 7.0;

