feat(shaarli): Add backups
Add restic backup functionality for shaarli data.
This commit is contained in:
parent
af4cfc5a4b
commit
557f20d7b4
2 changed files with 21 additions and 0 deletions
|
|
@ -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 * * *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue