Ron Abramson wrote:
> I just started with BackupPC.  I am using rsync to back up my Linux
> machines, and it is working.  However, I want to exclude some large,
> nonessential files and directories from the backup.  I put a
> $Conf{BackupFilesExclude} line in the config file for the Linux
> client in question, but it does not seem to be having any effect
> (BackupPC continues to back up the "Excluded" directories).  The
> examples of that command in the docs come up in the context of tar
> backups, which I am not doing.  Are you supposed to use some other
> config option in order to exclude files and directories with rsync?  

Works fine for me.  Are you sure you have the syntax correct?  My
config looks like this:

$Conf{BackupFilesExclude} = [ '/proc', '/mnt' ];

Also, check for typos.  It probably won't complain if you misspell
"Conf" or "BackupFilesExclude", it just won't work.

-- 
Bowie

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to