Thanks, Martin, Bob. I will have another look at it. Your explanations will help.

But I did come up with a neat workaround - since I'm generating client configs with m4 macros, I just added a per-client fileset and it seems to work perfectly. I just have to pass in the username as well as the hostname and password...

Like:

m4 -D CLIENTNAME="marie3" \
       -D CLIENTPASS="44_characters_of_random_printable_ascii" \
       -D USERNAME="marie" \
       /etc/bacula/conf/clients/client2.m4

That gets included into the director config with @|,

Also found that the password better not contain a back-quote or it will confuse m4.


Jeff Dickens wrote:
Is there any way to accomplish what I'm trying to do here ?

FileSet {
Name = XP_WS2
Enable VSS = yes
Include {
 Options {
  signature = MD5
  compression = GZIP
  IgnoreCase = yes
  Wild = "C:/Documents and Settings/*/Desktop/*"
  Wild = "C:/Documents and Settings/*/Documents/*"
 }
 Options {
  Exclude = yes
  Wild = "C:/Documents and Settings/*"
 }
 File = "C:/Documents and Settings"
}
}


__________________________________________________________
 Scanned by Google Message Security  - Leaving Seaman Paper
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com
------------------------------------------------------------------------

_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

__________________________________________________________
 Scanned by Google Message Security  - Leaving Seaman Paper
begin:vcard
fn:Jeff Dickens
n:Dickens;Jeff
org:Seaman Paper Company
email;internet:j...@seamanpaper.com
title:IT Manager
tel;work:978-632-1513 x269
version:2.1
end:vcard

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to