Preformed, minor user additions, this is a pre-stage to a larger change
This commit is contained in:
@@ -28,7 +28,7 @@ FileSet {
|
||||
Options {
|
||||
signature = MD5
|
||||
}
|
||||
File = "/mnt/Archive/Christina/"
|
||||
File = "/mnt/Archive/Christina_Archive/"
|
||||
File = "/mnt/Archive/Aux-Christina/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,14 +26,18 @@ FileSet {
|
||||
# Backup proxmox backups
|
||||
FileSet {
|
||||
Name = "Proxmox Backups"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
}
|
||||
File = "/mnt/Proxmox/"
|
||||
Include {
|
||||
Options {
|
||||
wilddir = "*.tmp" # Ignore directories matching *.tmp
|
||||
signature = MD5
|
||||
exclude = yes
|
||||
}
|
||||
File = "/mnt/Proxmox"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Backup 1721's Google Drives
|
||||
FileSet {
|
||||
Name = "Google-Drive Robotics"
|
||||
|
||||
@@ -137,3 +137,15 @@ FileSet {
|
||||
File = "/mnt/NextCloud/data/julio/"
|
||||
}
|
||||
}
|
||||
|
||||
# Aidan's backup on zinc
|
||||
FileSet {
|
||||
Name = "Aidan Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/NextCloud/data/aidan/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user