From fa7a181c79f7b086e009eef52afd78408c7abc53 Mon Sep 17 00:00:00 2001 From: Chriz Date: Mon, 29 Apr 2024 11:34:33 +0200 Subject: [PATCH] Update config.example Prunejob will be lookued up in main script --- config.example | 1 - 1 file changed, 1 deletion(-) diff --git a/config.example b/config.example index 2149450..25295bf 100644 --- a/config.example +++ b/config.example @@ -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