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 S3"

Merged Arthur BOUDREAULT requested to merge 26-external-backup-on-s3 into main
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -23,9 +23,16 @@
when: ynh_backup.scheduled
tags: backup
- name: Use Borg Backup with YunoHost
- name: Use BorgBackup with YunoHost
ansible.builtin.include_tasks: borgbackup.yml
when: ynh_borg_backup_scheduled
tags:
- backup
- borg
- name: Use Restic with YunoHost
ansible.builtin.include_tasks: restic.yml
when: ynh_restic_backup_scheduled
tags:
- backup
- restic
Loading