I've added the following line to my CLIENT.pl, unfortuantely the files
I want to exclude still get backed up. BackupPC seems to ignore the
BackupFilesExclude-settings:

$Conf{BackupFilesExclude} = {
 'c' => 
['*\\UsrClass.dat','*\\UsrClass.dat.log','*\\NTUSER.DAT','*\\ntuser.dat.log','*\\parent.lock'],
};

I'm not sure if I really need the double backslash's?
Why can't I just use:

$Conf{BackupFilesExclude} = {
 'c' => ['*/UsrClass.dat','*/UsrClass.dat.log'],
};

confusing ... :-)

- Kurt


Best regards

2008/5/18 Matthias Meyer <[EMAIL PROTECTED]>:
>
> Try to specify like this or use the GUI (specify "c" as Key and than all
> your exclusions behind this key):
>
> $Conf{BackupFilesExclude} = {
>  'c' => [
>    '\\WINDOWS\\*.log',
>    '\\RECYCLE*',
>    'pagefile.sys',
>    'hiberfil.sys '
>  ]
> };

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to