Re: [BackupPC-users] rsync exclude syntax

2009-01-15 Thread Holger Parplies
Hi, Jean-Michel Beuken hijacked a thread and wrote on 2009-01-15 13:56:19 +0100 [[BackupPC-users] rsync exclude syntax]: > [...] > here is the used setting : > > $Conf{BackupFilesExclude} = [ > '/Users/garant/Library/Preferences/ByHost/*00224126372e.plist' ]; > &

Re: [BackupPC-users] rsync exclude syntax

2009-01-15 Thread Craig Barratt
Jean-Michel writes: > $Conf{BackupFilesExclude} = [ > '/Users/garant/Library/Preferences/ByHost/*00224126372e.plist' ]; > > notice the wildcard '*' in the file list... > > but it seems that BackupPC_dump stats the file BEFORE to exclude the > file from backup because there is a "failed to ope

[BackupPC-users] rsync exclude syntax

2009-01-15 Thread Jean-Michel Beuken
Hello, I'm used the ssh/rsync transfert method and I want to exclude some files from backup. here is the used setting : $Conf{BackupFilesExclude} = [ '/Users/garant/Library/Preferences/ByHost/*00224126372e.plist' ]; notice the wildcard '*' in the file list... but it seems that BackupPC_dum