When all else fails, try em' all! I don't know which part fixed it but this
ended up working:
$Conf{BackupFilesExclude} = {
'\\backup\\*' => [
''
],
'/backup/*' => [
''
],
'*' => [
'\\backup\\*',
'/backup/*'
]
};
Arch
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Travis
Fraser
Sent: Friday, October 26, 2007 8:05 PM
To: [email protected]
Subject: Re: [BackupPC-users] Can't get excludes to work
On Fri, 2007-10-26 at 16:53 +0200, Toni Van Remortel wrote:
> Arch Willingham wrote:
> > Even though the slashes go the other way in Windows????
> Yes. It's a Unix system that is taking the backups, so you need to use
> the Unix way to address directories. So / is the separator, \ is just an
> escape character.
>
In playing around with excludes a while back, I found it depends on what
the transfer method is. For smb, the backslash works for excludes. For
rsync, the forward slash.
--
Travis Fraser <[EMAIL PROTECTED]>
-------------------------------------------------------------------------
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
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/
-------------------------------------------------------------------------
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
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/