diff --git a/roles/ind/zabbix/zabbix-install.yml b/roles/ind/zabbix/zabbix-install.yml index b355d57..77b9afb 100644 --- a/roles/ind/zabbix/zabbix-install.yml +++ b/roles/ind/zabbix/zabbix-install.yml @@ -82,7 +82,7 @@ shell: | restic --password-file /home/restic/.resticpassword -r sftp:misamisa://home/restic/$(hostname) --target / --path /zabbix/zabbix-server restore latest restic --password-file /home/restic/.resticpassword -r sftp:misamisa://home/restic/$(hostname) --target / --path /zabbix/zabbix-web restore latest - restic --password-file /home/restic/.resticpassword -r sftp:misamisa://home/restic/$(hostname) --target / --path /zabbix/zabbix-backups restore latest + restic --password-file /home/restic/.resticpassword -r sftp:misamisa://home/restic/$(hostname) --target / --path /zabbix/zabbix-db/backups restore latest args: chdir: /home/restic creates: /zabbix