BackupPC-users

[BackupPC-users] exclude file problem

2009-07-31 04:05:18
Subject: [BackupPC-users] exclude file problem
From: "Benedict simon" <simon AT kmun.gov DOT kw>
To: backuppc-users AT lists.sourceforge DOT net
Date: Fri, 31 Jul 2009 11:03:11 +0300 (AST)
Dear All,

I am new to backuppc and jus installed and been backuing up 2 windows
machines at the start
backuppc is a lovely piece of software.
now i did backup also succesfully one of my linux server(its my mail and
dns server)

now it does a backup fine but i do get xtransfer errors in the below

Running: /usr/bin/ssh -q -x -p 2222 -l root kmdns1 /usr/bin/rsync --server
--sender --numeric-ids --perms --owner --group -D --links --hard-links
--times --block-size=2048 --recursive . /var/named/
Xfer PIDs are now 30732
Got remote protocol 30
Negotiated protocol version 28
Remote[2]: file has vanished: "/var/named/chroot/proc/2/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/2/task/2/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/3/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/3/task/3/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/4/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/4/task/4/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/5/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/5/task/5/exe

---------
now after googling arround i found how i could exclude the directory
"/var/named/chroot/proc/
since i dont wanna backup the proc directory

part of my pc conf file is here below

$Conf{RsyncShareName} = [
  '/home',
  '/etc',
  '/var/mail',
  '/var/named',
  '/var/www/html

$Conf{BackupFilesExclude} = {
        '*' => [
  '/var/named/chroot/proc'
]
};

but after i did the changes it did giv me the same error

but here is my part of my latest log

------
incr backup started back to 2009-07-24 16:00:01 (backup #7) for directory
/var/named
Running: /usr/bin/ssh -q -x -p 2222 -l root kmdns1 /usr/bin/rsync --server
--sender --numeric-ids --perms --owner --group -D --links --hard-links
--times --block-size=2048 --recursive . /var/named/
Xfer PIDs are now 13463
Got remote protocol 30
Negotiated protocol version 28

Sent exclude: /var/named/chroot/proc

Remote[2]: file has vanished: "/var/named/chroot/proc/2/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/2/task/2/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/3/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/3/task/3/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/4/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/4/task/4/exe"
Remote[2]: file has vanished: "/var/named/chroot/proc/5/exe"
-------------------------
i also see the sent exclude line but still see Xfer errors

would really apprecite help and advice
is my sysntax of excude option in pc config wrong

regards

simon




-- 
Network ADMIN
-------------
KUWAIT MUNICIPALITY:


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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>