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

WIP work on restic

parent 888d14cd
No related branches found
No related tags found
No related merge requests found
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 @@ ...@@ -23,9 +23,16 @@
when: ynh_backup.scheduled when: ynh_backup.scheduled
tags: backup tags: backup
- name: Use Borg Backup with YunoHost - name: Use BorgBackup with YunoHost
ansible.builtin.include_tasks: borgbackup.yml ansible.builtin.include_tasks: borgbackup.yml
when: ynh_borg_backup_scheduled when: ynh_borg_backup_scheduled
tags: tags:
- backup - backup
- borg - 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