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
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,7 +18,7 @@
# #
#-----------------------------------------------------------------------------#
- name: Create backup folder
- name: Create backup folder if doesn't already exist
ansible.builtin.file:
path: "{{ ynh_backup.directory | default('/home/yunohost.backup/archives') }}"
state: directory
Loading