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

Draft: Resolve "backup all installed apps and system"

Closed Arthur BOUDREAULT requested to merge 25-backup-all-installed-apps into main
+ 1
1
@@ -26,7 +26,7 @@
hour: "{{ ynh_backup.scheduled_hour | default('*') }}"
minute: "{{ ynh_backup.scheduled_minute | default('*') }}"
user: root
job: "yunohost backup create --apps {{ item.link }}
job: "yunohost backup create --apps {{ item.link }}
-o {{ ynh_backup.directory }}/{{ item.link }}"
cron_file: ynh_backup_apps
loop: "{{ ynh_apps }}"
Loading