Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Resolve "external backup on borg"

Merged Arthur BOUDREAULT requested to merge 40-external-backup-on-borg into main
Compare and Show latest version
3 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -58,7 +58,7 @@
regexp: "# ssh_command: ssh -i ~/.ssh/id_ed25519"
line: "{{ ynh_ssh_borg_command }}"
state: present
when: ynh_borg_backup_remote_repo and ynh_ssh_borg_command
when: ynh_ssh_borg_command is defined
- name: change archive name in "/etc/borgmatic/{{ borgmatic_config_name }}"
Loading