DefaultJob.conf 621 B

12345678910111213141516
  1. JobDefs {
  2. Name = "DefaultJob"
  3. Type = Backup
  4. Level = Incremental
  5. Client = bareos-fd
  6. FileSet = "SelfTest" # selftest fileset (#13)
  7. Schedule = "WeeklyCycle"
  8. Storage = File
  9. Messages = Standard
  10. Pool = Incremental
  11. Priority = 10
  12. Write Bootstrap = "/var/lib/bareos/%c.bsr"
  13. Full Backup Pool = Full # write Full Backups into "Full" Pool (#05)
  14. Differential Backup Pool = Differential # write Diff Backups into "Differential" Pool (#08)
  15. Incremental Backup Pool = Incremental # write Incr Backups into "Incremental" Pool (#11)
  16. }