From e73a9b8b9699bbc5efd094bcfa123aac6f736f96 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 15 Jun 2024 11:54:12 +0200 Subject: [PATCH] fix backup/restore --- scripts/backup | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/backup b/scripts/backup index e33b82f..e1ec016 100644 --- a/scripts/backup +++ b/scripts/backup @@ -37,7 +37,7 @@ ynh_backup --src_path="/etc/zabbix/zabbix_agentd.conf" ynh_backup --src_path="/etc/zabbix/zabbix_agentd.d" # Backup sudo file -ynh_backup --src_path="/etc/sudoers.d/zabbix" +# ynh_backup --src_path="/etc/sudoers.d/zabbix" #================================================= # BACKUP THE MYSQL DATABASE diff --git a/scripts/restore b/scripts/restore index ac9d7cc..e644db5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -49,7 +49,7 @@ if [ ! -L /etc/zabbix/zabbix_agentd.d ]; then fi # Restore sudo file -ynh_restore_file --origin_path="/etc/sudoers.d/zabbix" +# ynh_restore_file --origin_path="/etc/sudoers.d/zabbix" #================================================= # RESTORE SYSTEM CONFIGURATIONS