Kaynağa Gözat

add backup fileset to director

Maximilian Ronniger 9 yıl önce
ebeveyn
işleme
840db35419
1 değiştirilmiş dosya ile 18 ekleme ve 0 silme
  1. 18 0
      bareos-dir.conf

+ 18 - 0
bareos-dir.conf

@@ -137,6 +137,24 @@ Job {
   Where = /storage/restore
 }
 
+# List of files to be backed up
+FileSet {
+  Name = "archivo all dirs"
+  Include {
+    Options {
+      signature = MD5
+      One FS = No     # change into other filessytems
+    }
+    File = /home/dp/all_dirs
+  }
+
+  Exclude {
+    File = /home/dp/all_dirs/_md5_check
+    File = /home/dp/all_dirs/_full_list.csv
+    File = /_md5_check
+    File = /_full_list.csv
+  }
+}
 
 FileSet {
   Name = "Windows All Drives"