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' ];
>
&
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
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