Corrected Director
This commit is contained in:
@@ -33,6 +33,9 @@ Job {
|
||||
Schedule = EveryTwoDays
|
||||
Messages = JoesMail
|
||||
|
||||
Spool Data = yes # Spool data or dont on the sd
|
||||
SpoolSize = 10737418240
|
||||
|
||||
Reschedule Interval = 12 hours
|
||||
Reschedule On Error = yes
|
||||
Reschedule Times = 3
|
||||
|
||||
@@ -2,72 +2,34 @@
|
||||
|
||||
Job { # Archive Obelisk
|
||||
Name = "Archive-Obelisk"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Obelisk Archive"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = JoesMail
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
|
||||
Job { # Archive Magnesium
|
||||
Name = "Archive-Magnesium"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Magnesium Archive"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = JoesMail
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
|
||||
|
||||
# Users go here
|
||||
Job { # Archive Travis
|
||||
Name = "Archive-Travis"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Travis Backup"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = TravissMail
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
|
||||
Job { # Archive Zach
|
||||
Name = "Archive-Zach"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Zach Backup"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = ZachsMail
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
|
||||
Job { # Archive Caleb
|
||||
Name = "Archive-Caleb"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
JobDefs = "Default-Archive-Job"
|
||||
FileSet = "Caleb Backup"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = CalebsMail
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
# These are jobs run for vms, storage, archive, etc
|
||||
|
||||
Job { # Archive Obelisk
|
||||
Name = "Archive-Obelisk"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
FileSet = "Obelisk Archive"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = JoesMail
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
@@ -2,20 +2,13 @@
|
||||
|
||||
Job { # Backup Proxmox VZdumps
|
||||
Name = "Backup-Proxmox"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
JobDefs = "Default-System-Job"
|
||||
FileSet = "Proxmox Backups"
|
||||
Storage = Iron-Autochanger
|
||||
Schedule = EveryTwoDays
|
||||
Messages = JoesMail
|
||||
|
||||
Reschedule Interval = 12 hours
|
||||
Reschedule On Error = yes
|
||||
Reschedule Times = 3
|
||||
|
||||
Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Full-Pool
|
||||
Differential Backup Pool = Diff-Pool
|
||||
Incremental Backup Pool = Incr-Pool
|
||||
}
|
||||
|
||||
Job { # Backup Robotics Team's Files
|
||||
Name = "Backup-Robotics"
|
||||
JobDefs = "Default-System-Job"
|
||||
FileSet = "Google-Drive Robotics"
|
||||
Messages = RoboticsMail
|
||||
}
|
||||
@@ -4,6 +4,7 @@ Job { # Caleb's Job
|
||||
Name = "Backup-Caleb"
|
||||
JobDefs = "Default-User-Job"
|
||||
FileSet = "Caleb Backup"
|
||||
Schedule = Never
|
||||
}
|
||||
|
||||
Job { # Mark's Job
|
||||
|
||||
@@ -12,7 +12,7 @@ Client {
|
||||
AutoPrune = yes # Prune expired Jobs/Files
|
||||
}
|
||||
|
||||
JobDefs { # Default Job
|
||||
JobDefs { # Default User Job
|
||||
Name = "Default-User-Job"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
@@ -20,6 +20,9 @@ JobDefs { # Default Job
|
||||
Storage = Iron-Autochanger
|
||||
Schedule = EveryTwoDays
|
||||
Messages = JoesMail
|
||||
|
||||
Spool Data = yes # Spool data or dont on the sd
|
||||
SpoolSize = 10737418240
|
||||
|
||||
Reschedule Interval = 12 hours
|
||||
Reschedule On Error = yes
|
||||
@@ -31,3 +34,43 @@ JobDefs { # Default Job
|
||||
Differential Backup Pool = Diff-Pool
|
||||
Incremental Backup Pool = Incr-Pool
|
||||
}
|
||||
|
||||
JobDefs { # Default Archive Job
|
||||
Name = "Default-Archive-Job"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
FileSet = "Catalog"
|
||||
Storage = Iron-Autochanger
|
||||
Messages = JoesMail
|
||||
|
||||
Spool Data = yes # Spool data or dont on the sd
|
||||
SpoolSize = 10737418240
|
||||
|
||||
Pool = Archive-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Archive-Pool
|
||||
Incremental Backup Pool = Archive-Pool
|
||||
}
|
||||
|
||||
JobDefs { # Default System Job
|
||||
Name = "Default-System-Job"
|
||||
Client = Zinc-Client
|
||||
Type = "Backup"
|
||||
FileSet = "Catalog"
|
||||
Storage = Iron-Autochanger
|
||||
Schedule = EveryTwoDays
|
||||
Messages = JoesMail
|
||||
|
||||
Spool Data = yes # Spool data or dont on the sd
|
||||
SpoolSize = 16106127360
|
||||
|
||||
Reschedule Interval = 12 hours
|
||||
Reschedule On Error = yes
|
||||
Reschedule Times = 3
|
||||
|
||||
Pool = Full-Pool # required parameter for all Jobs, despite what appears in the next few lines
|
||||
|
||||
Full Backup Pool = Full-Pool
|
||||
Differential Backup Pool = Diff-Pool
|
||||
Incremental Backup Pool = Incr-Pool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user