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
|
[ ! -f /usr/bin/proxmox-backup-client ] && echo "proxmox-backup-client is not installed: exiting." && exit 1
|
||||||
|
|
||||||
today=`date +%Y-%m-%d`
|
today=`date +%Y-%m-%d`
|
||||||
backup_dir={{ backup_dir | default('/backup') }}
|
backup_dir={{ backup_dir }}
|
||||||
backup_retention={{ backup_retention | default('7') }}
|
backup_retention={{ backup_local_retention }}
|
||||||
|
|
||||||
### PBS ####
|
### PBS ####
|
||||||
PBS_RATE={{ pbs_rate | default('60000000') }}
|
PBS_RATE={{ pbs_rate | default('60000000') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user