Sim Zacks wrote:
> How do you exclude a file with no extension?
> I tried
> 
> WildFile = *.
> 
> and it still backed up the files with no extension. The rest of my
> wildfiles did not get backed up, so I know that it is conceptually working

You're probably going to have to either exclude the files you don't want
to back up explicitly by name, or come up with a common factor on which
to exclude them.  Or, I suppose, you might be able to do something like
this:

wildfile= "^*.*"

Note that I don't know for certain whether the regexp handler for
wildcard excludes actually supports a negation operator or not.  It is,
I believe, a very simple regex handler.


-- 
 Phil Stracchino       [EMAIL PROTECTED]
    Renaissance Man, Unix generalist, Perl hacker
 Mobile: 603-216-7037         Landline: 603-886-3518


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to