Another save

This commit is contained in:
Joe S
2020-06-13 14:50:40 -04:00
parent 4c3d652a58
commit 89ac4cfa5e
8 changed files with 83 additions and 77 deletions

View File

@@ -1 +1,17 @@
# These are jobs run for vms, storage, etc
# These are jobs run for vms, storage, etc
Job { # Backup Proxmox VZdumps
Name = "Backup-Proxmox"
Client = Zinc-Client
Type = "Backup"
FileSet = "Proxmox Backups"
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
}