Hi Lucas,

I´m no Bacula guru either :-) 

But as far as I know that you can specify a FileSet =
"Name-of-your-fileset" entry in each clients job resource and after
that copy the default FileSet entry in bacula-dir.conf and rename the
Name of the FileSets so that they match the name you gave it in the
job resource...

Something like this:

#### Job resource entry in bacula-dir.conf ####

Job {
  Name = "client1"
  Client = client1-fd
  JobDefs = "DefaultJob"
  Storage = "Client1 Storage"
  FileSet = "Client1 FileSet"
  Write Bootstrap = "/usr/local/bacula/var/bacula/working/Client1.bsr"
}



#### FileSet entry in bacula-dir.conf ####

# List of files to be backed up
FileSet {
  Name = "Client1 FileSet"
  Include {
    Options {
     compression=GZIP
     signature = SHA1
    }
#
#  Put your list of files here, preceded by 'File =', one per line
#    or include an external list with:
#
#    File = <file-name
#
#  Note: / backs up everything on the root partition.
#    if you have other partitons such as /usr or /home
#    you will probably want to add them too.
#
#  By default this is defined to point to the Bacula build
#    directory to give a reasonable FileSet to backup to
#    disk storage during initial testing.
#
    File = /
    File = /usr
    File = /home
 }

#
# If you backup the root directory, the following two excluded
#   files can be useful
#
  Exclude {
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
  }
}

If you need more info on this please look here:
http://www.bacula.org/rel-manual/Configuring_Director.html#SECTION000147000000000000000

Best regards,

Jonte Norman



On 6/7/05, Lukas Meyer <[EMAIL PROTECTED]> wrote:
> Dear list members,
> 
> Today, I successfully set up bacula on our site. I run into the
> following question on configuring bacula. How can I tell the director
> to bakup a Client specific FileSet. I.e. On Host1 backup /, /var, /
> home and on Host2 backup /etc, /usr etc.
> 
> Can anyone give me some hints?
> 
> best regards,
> 
> Lukas
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to