Переглянути джерело

director: add filesets for hdd01-hdd20

lt07 admin 9 роки тому
батько
коміт
88e1c3b801
2 змінених файлів з 211 додано та 2 видалено
  1. 210 1
      bareos-dir.d/fileset.conf
  2. 1 1
      bareos-dir.d/jobs.conf

+ 210 - 1
bareos-dir.d/fileset.conf

@@ -24,9 +24,218 @@ FileSet {
   }
 }
 
+FileSet {
+  Name = "archivo hdd02"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd02/
+  }
+}
 
-#
+FileSet {
+  Name = "archivo hdd03"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd03/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd04"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd04/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd05"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd05/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd06"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd06/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd07"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd07/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd08"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd08/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd09"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd09/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd10"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd10/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd11"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd11/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd12"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd12/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd13"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd13/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd14"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd14/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd15"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd15/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd16"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd16/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd17"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd17/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd18"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd18/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd19"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd19/
+  }
+}
+
+FileSet {
+  Name = "archivo hdd20"
+  Include {
+    Options {
+      signature = MD5
+      One FS = Yes
+    }
+    File = /home/dp/hdd20/
+  }
+}
+
+# # # # # # # # # # # # # # # # #
 # Predefined standart Filesets
+# # # # # # # # # # # # # # # # #
 #
 
 # This is the backup of the catalog

+ 1 - 1
bareos-dir.d/jobs.conf

@@ -23,7 +23,7 @@ Job {
   JobDefs = "DefaultJob"
   Client = archivo-fd
   Storage="LTO7"
-  FileSet="archivo all dirs"
+  FileSet="archivo hdd01"
 }
 
 #