do "/etc/backuppc/win9x.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;

# This method requires c:\ to be shared as C$.
# Optionally update the path to the auth file, /etc/backuppc/win9x.auth.

# $Conf{XferMethod} = 'smb';
# $Conf{SmbShareName} = 'c$';
#
# $Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName '
#	. ' $I_option -A /etc/backuppc/win9x.auth -E -d 1'
#	. ' -c tarmode\\ full -Tc$X_option - $fileList';
# $Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName'
#	. ' $I_option -A /etc/backuppc/win9x.auth -E -N -d 1'
#	. ' -c tarmode\\ full -TcN$X_option $timeStampFile - $fileList';
# $Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName'
#	. ' $I_option -A /etc/backuppc/win9x.auth -E -N -d 1'
#	. ' -c tarmode\\ full -Tx -';

# 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];

# Select either files to archive or files to exclude.
#$Conf{BackupFilesOnly} = undef;
#$Conf{BackupFilesExclude} = ['\_RESTORE', '\WINDOWS\TEMP', '\WINDOWS\Temporary Internet Files\Content.IE5', '\WINDOWS\WIN386.SWP', '\Windows Upate Setup Files', '\WUTemp'];

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