Hi,I've recently built a new BackupPC server with Debian lenny and BackupPC version 3.1.0. All my prior BackupPC experience has been with 2.*. The strange problem I am having is that my excludes don't seem to be passed.
Here's the relevant section from the main config:
$Conf{BackupFilesExclude} = {
'/sys' => [
''
],
'/vz/root' => [
''
],
'/proc' => [
''
],
'/vz/private' => [
''
],
'/mnt' => [
''
]
};
But here's the command actually running:
/usr/bin/ssh -p9998 -q -x -l backup client.server.net /var/backups/
rsyncSend --server --sender --numeric-ids --perms --owner --group -D --
links --hard-links --times --block-size=2048 --recursive --ignore-
times . /
I've saved the config, reloaded the config and even stoppped and started BackupPC from the command line. Any idea what I'm doing wrong?
Thanks in advance, James
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
