Here is the configuration for the client, it is the same as every other.

#DIRECTOR
Client {
  Name = "sv27"
  Address = 10.123.0.25
  FDPort = 10000
  Catalog = "MyCatalog"
  Password = "xxxxxxxx"
  AutoPrune = no
}
Job {
  Name = "sv27"
  Client = "sv27"
  JobDefs = "secnet-def"
  Write Bootstrap = "/home/bacula/sv27.bsr"
  Schedule = "sv27"
  Storage = "sv27"
  Pool = "sv27"
  Fileset = "sv27"
  Enabled = "yes"
}
Pool {
  Name = "sv27"
  Pool Type = Backup
  Recycle = no
  AutoPrune = no
  LabelFormat = "sv27"
  UseVolumeOnce = yes
}
Storage {
  Name = "sv27"
  Address = 10.123.0.1
  SDPort = 10001
  Password = "xxxxxxxx"
  Media Type = File
  Device = "sv27"
}
Storage {
  Name = "sv27-onsite"
  Address = 10.123.0.25
  SDPort = 10001
  Password = "xxxxxxxx"
  Media Type = File
  Device = "sv27"
}
FileSet {
  Name = "sv27"
  Ignore FileSet Changes = yes
  Enable VSS = yes
  Include {
    Options {
      signature = MD5
      compression = GZIP
      sparse = yes
    }
    File = "c:/"
    File = "d:/"
  }
}
Schedule {
  Name = "sv27"
  Run = Level=Incremental sun-sat at 18:00
}


#STORAGE DAEMON
Device {
  Name = "sv27"
  Media Type = File
  Archive Device = "/home/bacula/storage/d1"
  LabelMedia = yes; # Automatically label new volumes
  Random Access = Yes; # Filesystem environment
  AutomaticMount = yes; # Filesystem is always available
  RemovableMedia = no; # A filesystem is NOT removable
  AlwaysOpen = no; # Not important for filesystem usage
}

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to