Files
krawl.es/docs/backups.md

266 B

Enable Database Dump Job for Backups

To enable the database dump job, set the following variables (config file example)

backups:
    path: "backups" # where backup will be saved
    cron: "*/30 * * * *" # frequency of the cronjob
    enabled: true