Bunch more big changes here too

This commit is contained in:
Joe S
2020-06-08 21:57:59 -04:00
parent 2bd54e59db
commit bcc8d29ebf
12 changed files with 183 additions and 35 deletions

View File

@@ -8,4 +8,15 @@ FileSet {
}
File = "/mnt/Obelisk/"
}
}
# Archive for Magnesium
FileSet {
Name = "Magnesium Archive"
Include {
Options {
signature = MD5
}
File = "/mnt/Magnesium/"
}
}

View File

@@ -22,3 +22,14 @@ FileSet {
File = "/var/lib/postgresql/12/main"
}
}
# Backup proxmox backups
FileSet {
Name = "ProxmoxBackups"
Include {
Options {
signature = MD5
}
File = "/mnt/Proxmox/"
}
}

View File

@@ -6,7 +6,34 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Caleb/"
File = "/mnt/Users/Caleb/"
#File = "/mnt/NextCloud/data/Caleb/"
}
}
# Travis's backup on zinc
FileSet {
Name = "Travis Backup"
Include {
Options {
signature = MD5
compression=GZIP
}
File = "/mnt/Users/Travis/"
#File = "/mnt/NextCloud/data/Travis/"
}
}
# Zach's backup on zinc
FileSet {
Name = "Zach Backup"
Include {
Options {
signature = MD5
compression=GZIP
}
File = "/mnt/Users/Zach/"
#File = "/mnt/NextCloud/data/Zach/"
}
}
@@ -18,8 +45,8 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Mark/"
#File = "/mnt/NextCloud/data/mark/"
File = "/mnt/Users/mark/"
File = "/mnt/NextCloud/data/mark/"
}
}
@@ -31,7 +58,7 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Joe/"
File = "/mnt/Users/Joe/"
File = "/mnt/NextCloud/data/joe/"
}
}
@@ -44,7 +71,7 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Matthew/"
File = "/mnt/Users/Matthew/"
#File = "/mnt/NextCloud/data/matthew/"
}
}
@@ -57,7 +84,7 @@ FileSet {
signature = MD5
compression=GZIP
}
File = "/mnt/Michael/"
File = "/mnt/Users/Michael/"
#File = "/mnt/NextCloud/data/michael/"
}
}