>>>>> On Fri, 31 Mar 2006 12:20:39 -0500, Eric Smoker <[EMAIL PROTECTED]> said:
> 
> Hello,
> 
> Debian-amd64 /etch
> Bacula-1.36.3-2 .debs
> winbacula-1.36.3.exe
> 
> I'm feeling beat by my FileSet definition for my win32 clients and was 
> hoping someone could help me out here.
> 
> I'm trying to backup only the following directories/files on a number of 
> win32 clients:
>  c:/Documents and Settings/*/Desktop
>  c:/Documents and Settings/*/Favorites
>  c:/Documents and Settings/*/My Documents
>  c:/Documents and Settings/*/Local Settings/Application Data/Identities
> 
> I've tried about a bgillion different ways to define this and can't seem 
> to come up with the answer. The closest I've come so far is with the 
> following FileSet but it skips "c:/Documents and Settings/*/Local 
> Settings/Application Data/Identities". It actually makes sense if you 
> read the logic but my attempted logic in defining this doesn't produce 
> the desired results.

I think it is going to be impossible without regex support.

The only way I can think of doing it is to generate the fileset on the client
using the \| syntax (assuming this works on Windows), e.g.

File = "\|c:/bacula/generate-files.bat"

where c:/bacula/generate-files.bat is a script that prints the full paths of
all the "Local Settings/Application Data/Identities" dirs.

__Martin


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to