Hello all....

Below is my localhost.pl file, i install this via apt-get on Debian Etc. 
But for some reason it still backs up the files i have in the exclude 
section... did i miss something?

Thanks...

Have a great day/evening!


#
# Local server backup of /etc as user backuppc
#
$Conf{ClientNameAlias} = 'localhost';
$Conf{TarClientCmd} = '/usr/bin/sudo /usr/local/bin/tarCreate -v -f - -C 
$shareName+ --totals';
$Conf{XferMethod} = 'tar';
$Conf{TarShareName} = 
['/etc','/var/www/ispcp','/var/mail','/usr/local/bin','/var/lib'];
$Conf{BackupFilesExclude} = ['/var/log', '/var/lib/backuppc', 
'/var/lib/backuppc.off','/var/oldjoe'];

# remove extra shell escapes ($fileList+ etc.) that are
# needed for remote backups but may break local ones
$Conf{TarFullArgs} = '$fileList';
$Conf{TarIncrArgs} = '--newer=$incrDate $fileList';



-- 

Rob Morin
Director of Technologies
Dido Internet Inc.
Montreal,Canada
http://www.dido.ca
514-990-4444

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to