update var name for more clarity: backup_retention -> backup_local_retention
This commit is contained in:
parent
a9cb1bdca9
commit
e6ff7346de
@ -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') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user