1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

fix backup/restore

This commit is contained in:
Thomas 2024-06-15 11:54:12 +02:00 committed by GitHub
parent 177e3054e0
commit e73a9b8b96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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