Whoops, I forgot to attach the config files.  Here they are!

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Tim Gustafson                                                t...@soe.ucsc.edu
Baskin School of Engineering                                     831-459-5354
UC Santa Cruz                                         Baskin Engineering 317B
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Client {
  Name = www-01-fd
  Address = www-01
  FDPort = 9102
  Catalog = MyCatalog
  Password = password
  File Retention = 2 Months
  Job Retention = 2 Months
  Maximum Concurrent Jobs = 10
}

FileSet {
  Name = www-01-files
  Include {
    Options {
      Accurate = mcs
      Verify = mcs
      Onefs = Yes
      Sparse = Yes
    }
    File = /
  }
  Exclude {
    File = /tmp
    File = /var/tmp
    File = /usr/src
    File = /usr/obj
    File = /usr/ports
  }
}

Pool {
  Name = www-01-pool
  Pool Type = Backup
  Volume Retention = 2 Months
  Maximum Volume Jobs = 1
  Maximum Volumes = 50
  Label Format = www-01-
}

Job {
  JobDefs = DefaultJob
  Name = www-01
  Client = www-01-fd
  FileSet = www-01-files
  Messages = www-01-messages
  Schedule = default
  Pool = www-01-pool
  Storage = bacula-02-bsoe-02
  Maximum Concurrent Jobs = 10
}

Storage {
  Name = bacula-02-bsoe-02
  Address = bacula-02
  SDPort = 9103
  Password = password
  Device = bsoe-02
  Media Type = File
  Maximum Concurrent Jobs = 10
  AllowCompression = Yes
}
Storage {
  Name = bacula-02-dir
  WorkingDirectory = /var/db/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 10
}

Device {
  Name = bsoe-02
  Media Type = File
  Archive Device = /bacula/bsoe
  LabelMedia = Yes
  Random Access = Yes
  AutomaticMount = Yes
  RemovableMedia = No
  AlwaysOpen = No
  Maximum Concurrent Jobs = 10
}

Director {
  Name = bacula-dir-dir
  Password = password
}

FileDaemon {
  Name = www-01-fd
  FDport = 9102
  WorkingDirectory = /var/db/bacula
  Pid Directory = /var/run
  Maximum Concurrent Jobs = 10
  Maximum Network Buffer Size = 65536
}

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to