74 lines
1.9 KiB
Plaintext
74 lines
1.9 KiB
Plaintext
# These are mainly jobs for archive.
|
|
|
|
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
|
|
}
|
|
|
|
Job { # Archive Magnesium
|
|
Name = "Archive-Magnesium"
|
|
Client = Zinc-Client
|
|
Type = "Backup"
|
|
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"
|
|
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"
|
|
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"
|
|
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
|
|
}
|