On Thu, May 10, 2007 10:53, Mike Marseglia wrote: > Hi, > > I'm trying to use the include-globbing-filelist and > exclude-globbing-filelist to perform a selective backup of the system. > However, when I run the backup the directories I want excluded keeps being > included and I'm trying to figure out why.
This is because your include list comes first and it matches stuff that is supposed to be excluded. So for example if you include /home and exclude /home/web, everything in /home will be included since /home matches first and /home/web will no longer be evaluated. -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc. _______________________________________________ rdiff-backup-users mailing list at [email protected] http://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki
