> Re-read the manual. Set the fileset resource in the job definition in
> the DIRs configuration to a suitable fileset.

i've read it, but i really don't want to mess up anything (as i've
done in some instalations), so,
this is my dir.conf, in it i have this configuration for JobDefs, if i
got it right, i must create another one of this for each client i want
to backup? (since it only has the name of the bacula server)
JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  Client = server-fd
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
}

i uncomment this part as it refered to the second client we are
supposed to install,
Job {
  Name = "MACHINE"
  Client = MACHINE-fd
  JobDefs = "DefaultJob"
  Write Bootstrap = "/var/bacula/working/MACHINE.bsr"
}

this is the fileset as i have since i installed bacula, if i include
some options it would be only for the jobs named "Full Set"?, so if i
uncomment the job above for my client, i'm supposed to create another
one of this with the name of the other job and put the options i want,
i.e. File = /home/javier?Desktop?
FileSet {
  Name = "Full Set"
  Include {
    Options {
      signature = MD5
    }
File = /usr/src/bacula
  }
Exclude {
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
  }
}

sorry for asking simple things, but i'm really confused on this part

--
Ciao, Javier
linux user #393724


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to