Jeffrey writes:

> I have:
> $Conf{BackupFilesExclude} = [
> '"/Documents and Settings/*/LocalSettings/Temp/*"',
> [snip]

You have two sets of quotes here, so this is excluding this path:

    "/Documents and Settings/*/LocalSettings/Temp/*"

instead of

    /Documents and Settings/*/LocalSettings/Temp/*

I suspect you entered this into the CGI interface:

    "/Documents and Settings/*/LocalSettings/Temp/*"

You should remove the inner sets of quotes.

Craig

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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