update var name for more clarity: backup_retention -> backup_local_retention

This commit is contained in:
Ludovic Cartier 2024-12-24 09:28:36 +01:00
parent a9cb1bdca9
commit e6ff7346de

View File

@ -4,8 +4,8 @@
[ ! -f /usr/bin/proxmox-backup-client ] && echo "proxmox-backup-client is not installed: exiting." && exit 1
today=`date +%Y-%m-%d`
backup_dir={{ backup_dir | default('/backup') }}
backup_retention={{ backup_retention | default('7') }}
backup_dir={{ backup_dir }}
backup_retention={{ backup_local_retention }}
### PBS ####
PBS_RATE={{ pbs_rate | default('60000000') }}