Bacula/Dir Config/clients/zinc-client-users.conf

82 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 = 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 { # Mark's Job
Name = "Backup-Mark"
Client = Zinc-Client
Type = "Backup"
FileSet = "Mark Backup"
Storage = Iron-Autochanger
Schedule = EveryTwoDays
Messages = MarksMail
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 { # My Job
Name = "Backup-Joe"
Client = Zinc-Client
Type = "Backup"
FileSet = "Joe Backup"
Storage = Iron-Autochanger
Schedule = EveryTwoDays
Messages = JoesMail
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 Michael
Name = "Backup-Michael"
Client = Zinc-Client
Type = "Backup"
FileSet = "Michael Backup"
Storage = Iron-Autochanger
Schedule = EveryTwoDays
Messages = MikesMail
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 Matthew
Name = "Backup-Matthew"
Client = Zinc-Client
Type = "Backup"
FileSet = "Matthew Backup"
Storage = Iron-Autochanger
Schedule = EveryTwoDays
Messages = MattsMail
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
}