From c454ccbf874eda2a563ef4c1411e8dcac6205616 Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Thu, 21 Jul 2022 13:17:52 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- roles/ynh_backup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ynh_backup/README.md b/roles/ynh_backup/README.md index 2fe92ed..cfbb887 100644 --- a/roles/ynh_backup/README.md +++ b/roles/ynh_backup/README.md @@ -36,7 +36,7 @@ ynh_backup: - `ynh_backup.scheduled`: Enable the YunoHost applications backup feature by setting the value to `True`. - `ynh_backup.directory`: the default backup folder is `/home/yunohost.backup/archives`. You can choose to save the backups in another folder with this variable. In this case, in order to be able to restore the backups from the web interface, YunoHost automatically creates a symbolic link from the created archive to its default folder. -- `ynh_backup.scheduled_[hour|minute|weekday|month]`: modifies the scheduling of the cron task. By default, it will run every day of the year at 3am. For more information about cron time settings, this tool can be useful: <https://crontab.guru/>. +- `ynh_backup.scheduled_[hour|minute|weekday|month]`: modifies the scheduling of the cron task. By default, it will run every day of the year at 1am. For more information about cron time settings, this tool can be useful: <https://crontab.guru/>. - `ynh_backup.system`: Disable YunoHost system backup by setting the value to `False`, the default value is `True`. - `ynh_backup.apps`: Disable backup of YunoHost applications by setting the value to `False`, the default is `True`. - âš ï¸ Beware, once you enable the local backup feature `ynh_backup.scheduled`, you cannot disable system **and** application backups. If you set `ynh_backup.system` **and** `ynh_backup.apps` to `False`, the role will fail. -- GitLab