mirror of
https://github.com/bashclub/miyagi-pbs-zfs.git
synced 2025-12-06 09:28:44 +00:00
Update pbs-zfs-daily.sh
no
This commit is contained in:
@@ -80,7 +80,7 @@ fi
|
|||||||
|
|
||||||
if [[ "$BACKUPSERVER" == "no" ]]; then
|
if [[ "$BACKUPSERVER" == "no" ]]; then
|
||||||
echo No Backup configured in this Run
|
echo No Backup configured in this Run
|
||||||
[[ "$SHUTDOWN" == "yes" ]] && exit
|
[[ "$SHUTDOWN" == "no" ]] && exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PRUNEJOB=$(ssh $PBSHOST proxmox-backup-manager prune-job list --output-format json-pretty | grep -m 1 "id" | cut -d'"' -f4)
|
PRUNEJOB=$(ssh $PBSHOST proxmox-backup-manager prune-job list --output-format json-pretty | grep -m 1 "id" | cut -d'"' -f4)
|
||||||
|
|||||||
Reference in New Issue
Block a user