docker-mc-backup
docker-mc-backup copied to clipboard
Question/Suggestion: Can I configure to run at a specific time of day?
I'd like to be able to configure backups to run at a specific time of day (perhaps using a cron expression), rather than every X hours/days/etc. I couldn't see a way to do this currently, unless I'm missing something? Thanks!
It would be tough to reliably implement that. What I recommend is setting BACKUP_INTERVAL to 0, which tells it to do one backup and exit, and run the container with a cron job.
Ok, thanks for the info. Will give that a try.