I can't get backuppc to exclude the files listed below, nor 
 can I get it to Purge the files from some bad backups. 

 My localhost.pl looks like:

#-------------------------------------------------------------
## Local server backup of /etc as user backuppc
##
$Conf{XferMethod} = 'rsync';
$Conf{RsyncClientPath} = '/usr/bin/rsync';
$Conf{RsyncClientCmd} = '/usr/bin/sudo $rsyncPath $argList+';
$Conf{RsyncShareName} = ['/', '/boot', '/usr', '/var', '/home', '/data'];
$Conf{BackupFilesExclude} = ['/tmp', '/proc', 
'/backup','/data/iso','/data/dvd'];
$Conf{WakeupSchedule} = [3.0];
#---------------------- Pre and Post Commands ----------------
$Conf{DumpPreUserCmd} = '/usr/bin/sudo /bin/mount -r /boot';
$Conf{DumpPostUserCmd} = '/usr/bin/sudo /bin/umount /boot';
#-------------------------------------------------------------


 Is there a way to force a Purge without deleting all the good files?
 Thanks,

-Phil Carinhas
--
 .--------------------------------------------------------.
 | Dr. Philip A. Carinhas       | pac(at)fortuitous.com   |
 | Fortuitous Technologies Inc. | http://fortuitous.com   |
 | Linux Networking & Security  | Tel : 1-512-351-7783    |
 `--------------------------------------------------------'


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to