From b61b7aad93f19fea206ba849dcb8a5263dd88081 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Tue, 24 Dec 2024 10:47:14 +0100 Subject: [PATCH] template brain_backup - remove logout 'cause end up with an XDG_RUNTIME_DIR error --- templates/brain_backup.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/brain_backup.j2 b/templates/brain_backup.j2 index b9c930e..6ccc9f7 100644 --- a/templates/brain_backup.j2 +++ b/templates/brain_backup.j2 @@ -99,6 +99,7 @@ mysql.pxar:$backup_dir/$today/mysql \ ## end of send to PBS ## ## PBS logout ## -/usr/bin/proxmox-backup-client logout +# not working at this time, script end with "Error: $XDG_RUNTIME_DIR must be set" +#/usr/bin/proxmox-backup-client logout ## end of PBS logout ##