[Box Backup] ExcludeFilesRegex on Windows

Robert B boxbackup@fluffy.co.uk
21 Nov 2005 18:16:26 -0000


Does ExcludeFilesRegex allow backslashes on Windows?  I.e., do I need a backslash to exclude only files?  E.g.,

ExcludeFilesRegex = .*\foo.bar

or is this sufficient?:

ExcludeFilesRegex = .*foo.bar

Also, does the period/dot/extension need to be backslashed?:

ExcludeFilesRegex = .*foo\.bar

Thanks.