Bacula-users

Re: [Bacula-users] fileset question

2009-05-15 14:25:53
Subject: Re: [Bacula-users] fileset question
From: Jeff Dickens <jeff AT m2.seamanpaper DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Fri, 15 May 2009 14:20:21 -0400
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 AT lists.sourceforge DOT net https://lists.sourceforge.net/lists/listinfo/bacula-users
__________________________________________________________
  Scanned by Google Message Security  - Leaving Seaman Paper

Attachment: jeff.vcf
Description: 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>