BackupPC-users

[BackupPC-users] Exclude list being ignored?

2012-10-10 19:08:03
Subject: [BackupPC-users] Exclude list being ignored?
From: "Ian P. Christian" <pookey AT pookey.co DOT uk>
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 10 Oct 2012 23:10:01 +0100
Hi all,  

I'm trying to get BackupFileExclude working, however I'm having issues.  I'm running 3.1.0-9ubuntu2.2, 

From advice here, I've added extra debugging:


unfortunately, you can see the BackupFilesExclude appear to be ignored in the rsync command.  Debug below!

I've checked the changelog from 3.1 to 3.2, and can't see anything related.  Any ideas?

Thanks!


Read config file /etc/backuppc/config.pl;
BackupFilesExclude is now:$VAR1 = {
          '/' => [
                   '/proc',
                   '/sys'
                 ],
          '*' => [
                   '/proc',
                   '/sys'
                 ]
        };
Read config file /etc/backuppc/config.pl;
BackupFilesExclude is now:$VAR1 = {
          '/' => [
                   '/proc',
                   '/sys'
                 ],
          '*' => [
                   '/proc',
                   '/sys'
                 ]
        };
cmdSystemOrEval: about to system /bin/ping -c 1 my.hostname.com
cmdSystemOrEval: finished: got output PING my.hostname.com (80.175.48.34) 56(84) bytes of data.
64 bytes from my.hostname.com (80.175.48.34): icmp_req=1 ttl=57 time=3.63 ms

--- my.hostname.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 3.634/3.634/3.634/0.000 ms

cmdSystemOrEval: about to system /bin/ping -c 1 my.hostname.com
cmdSystemOrEval: finished: got output PING my.hostname.com (80.175.48.34) 56(84) bytes of data.
64 bytes from my.hostname.com (80.175.48.34): icmp_req=1 ttl=57 time=3.98 ms

--- my.hostname.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 3.980/3.980/3.980/0.000 ms

CheckHostAlive: returning 3.980
full backup started for directory / (baseline backup #14)
started full dump, share=/
Running: /usr/bin/ssh -q -x -l root my.hostname.com /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --checksum-seed=32761 --ignore-times . /
Xfer PIDs are now 3117
xferPids 3117
Got remote protocol 28
Negotiated protocol version 28
Checksum caching enabled (checksumSeed = 32761)
Sent exclude: /proc
Sent exclude: /sys
^CfileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
Backup aborted by user signal
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)
dump failed: fileListReceive failed
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
<Prev in Thread] Current Thread [Next in Thread>