From 2bb51ac0b241bb674653a972677ddcf2a742fe5e Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Tue, 24 Dec 2024 15:25:32 +0100 Subject: [PATCH] typo --- templates/brain_backup.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/brain_backup.j2 b/templates/brain_backup.j2 index 124fc0d..e670a64 100644 --- a/templates/brain_backup.j2 +++ b/templates/brain_backup.j2 @@ -84,7 +84,7 @@ find $backup_dir -type d -ctime +$backup_local_retention -exec rm -rf {} \; ## send to PBS ## /usr/bin/proxmox-backup-client backup slash.pxar:/ \ ---backup-ip {{ ansible_hostname }} \ +--backup-id {{ ansible_hostname }} \ {% if backup_path_include is defined %} {% for item in backup_path_include %} {% if item.fs_mount is defined %}--include-dev {{ item.path }} \{% endif %}