|
|
@@ -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"
|