Browse Source

bareos-dir: add archivo_incremental job

lt07 admin 8 năm trước cách đây
mục cha
commit
aa3998eee0
1 tập tin đã thay đổi với 22 bổ sung0 xóa
  1. 22 0
      bareos-dir.d/jobs.conf

+ 22 - 0
bareos-dir.d/jobs.conf

@@ -15,6 +15,28 @@ JobDefs {
   Incremental Backup Pool = Incremental    # write Incr Backups into "Incremental" Pool  (#11)
 }
 
+JobDefs {
+ Name = "archivo_incremental"
+ Type = Backup
+ Level = Incremental
+ Client = archivo-fd
+ FileSet = "archivo all dirs"             # all filesets
+ #Schedule = "WeeklyCycle"
+ Storage = "LTO7"
+ Messages = Standard
+ Pool = Incremental
+ Priority = 10
+ Write Bootstrap = "/var/lib/bareos/%c.bsr"
+ Full Backup Pool = Full                  # write Full Backups into "Full" Pool         (#05)
+ Differential Backup Pool = Differential  # write Diff Backups into "Differential" Pool (#08)
+ Incremental Backup Pool = Incremental    # write Incr Backups into "Incremental" Pool  (#11)
+}
+
+Job {
+  Name = "Incremental_archivo_to_LTO7"
+  JobDefs = "archivo_incremental"
+}
+
 #
 # Define the main nightly save backup job
 #   By default, this job will back up to disk in /var/lib/bareos/storage