Change into bacula-dir directory
This is to avoid using weird git features when enabling git on the host.
This commit is contained in:
27
users/aidan.user.conf
Normal file
27
users/aidan.user.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Backup Aidan
|
||||
|
||||
Job { # Job to schedule aidan's backups
|
||||
Name = "Backup-Aidan"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Aidan Backup"
|
||||
#Messages = AidanMail
|
||||
}
|
||||
|
||||
FileSet { # Location of aidan's data on zinc
|
||||
Name = "Aidan Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/NextCloud/data/aidan/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and Aidan
|
||||
name = AidanMail
|
||||
mail = 5730dogman@gmail.com ,kenwood364@gmail.com = all, !skipped
|
||||
file = "/etc/bacula/scripts/webhooks/Aidan-Bacula-Mail.md" = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
34
users/caleb.user.conf
Normal file
34
users/caleb.user.conf
Normal file
@@ -0,0 +1,34 @@
|
||||
# Caleb's Job
|
||||
|
||||
Job { # Job to schedule regular caleb backups
|
||||
Name = "Backup-Caleb"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Caleb Backup"
|
||||
Schedule = Never
|
||||
}
|
||||
|
||||
FileSet { # Location of caleb's backup
|
||||
Name = "Caleb Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Caleb/"
|
||||
#File = "/mnt/NextCloud/data/Caleb/"
|
||||
}
|
||||
}
|
||||
|
||||
Job { # Archive Caleb
|
||||
Name = "Archive-Caleb"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Caleb Backup"
|
||||
Messages = CalebsMail
|
||||
}
|
||||
|
||||
messages { # Send mail to me and Caleb
|
||||
name = CalebsMail
|
||||
mail = younglad204@gmail.com,kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
27
users/chris.user.conf
Normal file
27
users/chris.user.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Backup Chris
|
||||
|
||||
Job {
|
||||
Name = "Backup-Chris"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Chris Backup"
|
||||
Messages = ChrisMail
|
||||
}
|
||||
|
||||
FileSet { # Location of chris's backup
|
||||
Name = "Chris Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/NextCloud/data/chris/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and Chris
|
||||
name = ChrisMail
|
||||
mail = chrispdo1373@gmail.com,kenwood364@gmail.com = all, !skipped
|
||||
file = "/etc/bacula/scripts/webhooks/ChrisProEliteMail.md" = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
48
users/christina.user.conf
Normal file
48
users/christina.user.conf
Normal file
@@ -0,0 +1,48 @@
|
||||
# Backup Christina
|
||||
|
||||
Job { # Schedule normal backup for christina
|
||||
Name = "Backup-Christina"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Christina Backup"
|
||||
Messages = ChristinasMail
|
||||
}
|
||||
|
||||
FileSet { # Where christina's data is
|
||||
Name = "Christina Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Christina/"
|
||||
File = "/mnt/NextCloud/data/Christina/"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Job { # Archive Christina
|
||||
Name = "Archive-Christina"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Christina Archive"
|
||||
Messages = ChristinasMail
|
||||
}
|
||||
|
||||
FileSet { # Archive Fileset
|
||||
Name = "Christina Archive"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
}
|
||||
File = "/mnt/Archive/Christina_Archive/"
|
||||
File = "/mnt/Archive/Aux-Christina/"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
messages { # Send mail to me and Christina
|
||||
name = ChristinasMail
|
||||
mail = kindredgarden@gmail.com ,kenwood364@gmail.com = all, !skipped
|
||||
file = "/etc/bacula/scripts/webhooks/Christina-Bacula-Mail.md" = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
18
users/evelynn.user.conf
Normal file
18
users/evelynn.user.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
# Evelynn Backup Information
|
||||
|
||||
Job {
|
||||
Name = "Backup-Evelynn"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Evelynn Backup"
|
||||
}
|
||||
|
||||
FileSet { # Where eve's data is
|
||||
Name = "Evelynn Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/NextCloud/data/evelynn/"
|
||||
}
|
||||
}
|
||||
27
users/firebn.user.conf
Normal file
27
users/firebn.user.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Backup FireBN
|
||||
|
||||
Job {
|
||||
Name = "Backup-FireBN"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "FireBN Backup"
|
||||
Messages = FireBNMail
|
||||
}
|
||||
|
||||
FileSet { # Where fire's data is
|
||||
Name = "FireBN Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/NextCloud/data/firebn/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and FireBN
|
||||
name = FireBNMail
|
||||
mail = kenwood364@gmail.com = all, !skipped
|
||||
file = "/etc/bacula/scripts/webhooks/FireBN-Bacula-Mail.md" = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
26
users/joe.user.conf
Normal file
26
users/joe.user.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
# My Job
|
||||
|
||||
Job { # My job
|
||||
Name = "Backup-Joe"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Joe Backup"
|
||||
}
|
||||
|
||||
FileSet { # Where my data is
|
||||
Name = "Joe Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Joe/"
|
||||
File = "/mnt/NextCloud/data/joe/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail just to me
|
||||
name = JoesMail
|
||||
mail = kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
27
users/julio.user.conf
Normal file
27
users/julio.user.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Backup Julio
|
||||
|
||||
Job { # Schedule julio's backup
|
||||
Name = "Backup-Julio"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Julio Backup"
|
||||
Messages = JuliosMail
|
||||
}
|
||||
|
||||
FileSet { # Where julio's data is on zinc
|
||||
Name = "Julio Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/NextCloud/data/julio/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and Julio
|
||||
name = JuliosMail
|
||||
mail = jsegura8629@gmail.com ,kenwood364@gmail.com = all, !skipped
|
||||
file = "/etc/bacula/scripts/webhooks/Julio-Bacula-Mail.md" = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
28
users/mark.user.conf
Normal file
28
users/mark.user.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
# Mark's Job
|
||||
|
||||
Job { # When to schedule mark's job
|
||||
Name = "Backup-Mark"
|
||||
FileSet = "Mark Backup"
|
||||
JobDefs = "Default-User-Job"
|
||||
#Messages = MarksMail
|
||||
}
|
||||
|
||||
FileSet { # Location of mark's data on zinc
|
||||
Name = "Mark Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/mark/"
|
||||
File = "/mnt/NextCloud/data/mark/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and dad
|
||||
name = MarksMail
|
||||
#mail = mws03@comcast.net,kenwood364@gmail.com = all, !skipped
|
||||
mail = kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
27
users/matthew.user.conf
Normal file
27
users/matthew.user.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Backup Matthew
|
||||
|
||||
Job { # Job to schedule backing up matthew's data
|
||||
Name = "Backup-Matthew"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Matthew Backup"
|
||||
Messages = MattsMail
|
||||
}
|
||||
|
||||
FileSet { # Location of matthew's data on zinc
|
||||
Name = "Matthew Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Matthew/"
|
||||
File = "/mnt/NextCloud/data/matthew/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and matthew
|
||||
name = MattsMail
|
||||
mail = younglad204@gmail.com,kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
26
users/michael.user.conf
Normal file
26
users/michael.user.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
# Backup Michael
|
||||
|
||||
Job { # Job to schedule michael backup
|
||||
Name = "Backup-Michael"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Michael Backup"
|
||||
}
|
||||
|
||||
FileSet { # Location of michaels backup on zinc
|
||||
Name = "Michael Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Michael/"
|
||||
File = "/mnt/NextCloud/data/michael/"
|
||||
}
|
||||
}
|
||||
|
||||
messages { # Send mail to me and michael
|
||||
name = MikesMail
|
||||
mail = mikesedutto@gmail.com,kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
26
users/travis.user.conf
Normal file
26
users/travis.user.conf
Normal file
@@ -0,0 +1,26 @@
|
||||
FileSet { # Location of Travis's backup on zinc
|
||||
Name = "Travis Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Travis/"
|
||||
#File = "/mnt/NextCloud/data/Travis/"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Job { # Archive Travis
|
||||
Name = "Archive-Travis"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Travis Backup"
|
||||
Messages = TravissMail
|
||||
}
|
||||
|
||||
messages { # Send mail to me and Travis
|
||||
name = TravissMail
|
||||
mail = travisbuttons14@gmail.com,kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
25
users/zach.user.conf
Normal file
25
users/zach.user.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
FileSet { # Location of zach's data on zinc
|
||||
Name = "Zach Backup"
|
||||
Include {
|
||||
Options {
|
||||
signature = MD5
|
||||
compression=GZIP
|
||||
}
|
||||
File = "/mnt/Users/Zach/"
|
||||
#File = "/mnt/NextCloud/data/Zach/"
|
||||
}
|
||||
}
|
||||
|
||||
Job { # Archive Zach
|
||||
Name = "Archive-Zach"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Zach Backup"
|
||||
Messages = ZachsMail
|
||||
}
|
||||
|
||||
messages { # Send mail to me and Zach
|
||||
name = ZachsMail
|
||||
mail = zmcmenemy@gmail.com,kenwood364@gmail.com = all, !skipped
|
||||
console = all, !skipped, !saved
|
||||
catalog = all
|
||||
}
|
||||
Reference in New Issue
Block a user