Add Ms Christina to bacula

This commit is contained in:
Joe S
2020-08-18 18:35:42 -04:00
parent b78d206bf9
commit b3d526ad26
5 changed files with 37 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Obelisk/"
File = "/mnt/Archive/Obelisk/"
}
}
@@ -17,6 +17,17 @@ FileSet {
Options {
signature = MD5
}
File = "/mnt/Magnesium/"
File = "/mnt/Archive/Magnesium/"
}
}
}
# Archive for Christina
FileSet {
Name = "Christina Archive"
Include {
Options {
signature = MD5
}
File = "/mnt/Archive/Christina/"
}
}

View File

@@ -121,6 +121,7 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Users/Christina/"
File = "/mnt/NextCloud/data/Christina/"
}
}