81 lines
2.1 KiB
Plaintext
81 lines
2.1 KiB
Plaintext
# These are jobs run for users
|
|
|
|
Job { # Caleb's Job
|
|
Name = "Backup-Caleb"
|
|
Client = Zinc-Client
|
|
Type = "Backup"
|
|
FileSet = "Caleb Backup"
|
|
Storage = Iron-Autochanger
|
|
#Schedule = EveryTwoDays
|
|
Messages = JoesMail
|
|
|
|
Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
|
|
|
|
Full Backup Pool = FullFile
|
|
Differential Backup Pool = Diff-Pool
|
|
Incremental Backup Pool = IncrFile
|
|
}
|
|
|
|
Job { # Mark's Job
|
|
Name = "Backup-Mark"
|
|
Client = Zinc-Client
|
|
Type = "Backup"
|
|
FileSet = "Mark Backup"
|
|
Storage = Iron-Autochanger
|
|
Schedule = EveryTwoDays
|
|
Messages = MarksMail
|
|
|
|
Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
|
|
|
|
Full Backup Pool = FullFile
|
|
Differential Backup Pool = Diff-Pool
|
|
Incremental Backup Pool = IncrFile
|
|
}
|
|
|
|
Job { # My Job
|
|
Name = "Backup-Joe"
|
|
Client = Zinc-Client
|
|
Type = "Backup"
|
|
FileSet = "Joe Backup"
|
|
Storage = Iron-Autochanger
|
|
Schedule = EveryTwoDays
|
|
Messages = JoesMail
|
|
|
|
Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
|
|
|
|
Full Backup Pool = FullFile
|
|
Differential Backup Pool = Diff-Pool
|
|
Incremental Backup Pool = IncrFile
|
|
}
|
|
|
|
Job { # Backup Michael
|
|
Name = "Backup-Michael"
|
|
Client = Zinc-Client
|
|
Type = "Backup"
|
|
FileSet = "Michael Backup"
|
|
Storage = Iron-Autochanger
|
|
Schedule = EveryTwoDays
|
|
Messages = MikesMail
|
|
|
|
Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
|
|
|
|
Full Backup Pool = FullFile
|
|
Differential Backup Pool = Diff-Pool
|
|
Incremental Backup Pool = IncrFile
|
|
}
|
|
Job { # Backup Matthew
|
|
Name = "Backup-Matthew"
|
|
Client = Zinc-Client
|
|
Type = "Backup"
|
|
FileSet = "Matthew Backup"
|
|
Storage = Iron-Autochanger
|
|
Schedule = EveryTwoDays
|
|
Messages = MattsMail
|
|
|
|
Pool = FullFile # required parameter for all Jobs, despite what appears in the next few lines
|
|
|
|
Full Backup Pool = FullFile
|
|
Differential Backup Pool = Diff-Pool
|
|
Incremental Backup Pool = IncrFile
|
|
}
|