I am using rsync to backup a server which has a chroot-ed BIND 
environment. This means that it has a copy of the /proc filesystem under 
/var/named/chroot, which of course includes all sorts of stuff I don't 
want to backup, including the 256TB "kcore" file.

I tried to exclude these using BackupFilesExclude, but it's still trying 
to back them up. Does rsync honor the BackupFilesExclude list? Anything 
else I'm doing wrong?

 From my host-specific config.pl:

$Conf{RsyncClientCmd} = '$sshPath -q -C -x -l root -i /path/to/keyfile 
$host $rsyncPath $argList+';

$Conf{RsyncShareName} = ['/etc', '/var', '/home', '/root', '/usr', 
'/lib', '/lib64', '/bin', '/sbin'];

$Conf{BackupFilesExclude} = ['/var/named/chroot/dev', 
'/var/named/chroot/etc', '/var/named/chroot/proc', '/var/log'];

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to