On Wed, 12 May 2010 10:01:15 -0400 Mark Maciolek <m...@sr.unh.edu> wrote:
> Hi, > > Backuppc 3.1 using rsync > > $Conf{RsyncShareName} = [ > '/raid1' > > $Conf{BackupFilesExclude} = { > '*' => [ > '/raid1/*/tilecache', > '/raid1/temp', > '/raid1/osmplanet' > ] > > > > NewFileList still shows > 2a85606be4fcc25d294720dfb67d183b 3657 > f%2fraid1/fcaribbean/ftilecache/fNOAA_ENCT/f14/f000/f005/f746/f000/f009/f048.png > 2a85606be4fcc25d294720dfb67d183b 3657 > f%2fraid1/fcaribbean/ftilecache/fNOAA_ENCT > > > Do I need to specify /raid1/caribbean/tilecache ? > > Mark Hi Mark, I, too, have been having problems with exclude. See the (long) thread titled "Syntax for excluding .gvfs". What I discovered is that if you use the wildcard, *, it must be quoted otherwise all the excludes are ignored so 'raid1/*/tilecache' should be 'raid1/"*"/tilecache'. Also, though I'm not 100% sure about this, $Conf{BackupFilesExclude} = { '*' => [ ... should be $Conf{BackupFilesExclude} = { '/raid1' => [ ... HTH Steve ------------------------------------------------------------------------------ _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/