I am trying to exclude one directory on a windows share but nothing I have 
tried works. In short, I want to exclude "c:\backup" on a machine called 
"PARKS". I have a custom  config.pl for that computer. I set the exclude 
directory via the web address. The entry it made in PARKS.pl is:


$Conf{BackupFilesExclude} = {
  '\\backup\\*' => [
    ''
  ]
};



What did I do wrong?

BTW...I just noticed in the help "Users report that for smbclient you should 
specify a directory followed by ``/*'', eg: ``/proc/*'', instead of just 
``/proc''."

Arch

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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/

Reply via email to