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
Commit 55beb7ee authored by Arthur BOUDREAULT's avatar Arthur BOUDREAULT
Browse files

WIP work on restic

parent f1413365
No related branches found
No related tags found
No related merge requests found
Pipeline #7451 passed with warnings
This commit is part of merge request !42. Comments created here will be created in the context of that merge request.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment