feat(shaarli): Add backups

Add restic backup functionality for shaarli data.
This commit is contained in:
Marty Oehme 2025-02-03 18:58:12 +01:00
parent af4cfc5a4b
commit 557f20d7b4
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 21 additions and 0 deletions

View file

@ -7,3 +7,7 @@ shaarli_use_https: true
# the subdomain link shaarli will be reachable under
subdomain_alias: links
# should we back up the data?
shaarli_backup_enable: true
shaarli_backup_cron: 0 45 3 * * *