Update config.example

Prunejob will be lookued up in main script
This commit is contained in:
Chriz
2024-04-29 11:34:33 +02:00
committed by GitHub
parent d2091c1ada
commit fa7a181c79

View File

@@ -17,7 +17,6 @@ BACKUPSTORE=backup #Datastorename configured in your Proxmox VE System to be ba
BACKUPSTOREPBS=backup #Datastorename configured in your Proxmox Backup Server
BACKUPEXCLUDE='124,3021,3022,3023,3251,3252,3253,3254' #Machines to be excluded from Proxmox Backup
REPLEXCLUDE=$BACKUPEXCLUDE
PRUNEJOB=$(ssh $PBSHOST proxmox-backup-manager prune-job list --output-format json-pretty | grep -m 1 "id" | cut -d'"' -f4)
SSHPORT='22' #SSH Port, usually default 22 internally