From e6ff7346de9fdc696c552ed38a46e1f73769de0c Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Tue, 24 Dec 2024 09:28:36 +0100 Subject: [PATCH] update var name for more clarity: backup_retention -> backup_local_retention --- templates/brain_backup.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/brain_backup.j2 b/templates/brain_backup.j2 index 68c4d1f..4c6af77 100644 --- a/templates/brain_backup.j2 +++ b/templates/brain_backup.j2 @@ -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') }}