docker-mc-backup icon indicating copy to clipboard operation
docker-mc-backup copied to clipboard

Question/Suggestion: Can I configure to run at a specific time of day?

Open chsimmo opened this issue 3 years ago • 2 comments

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!

chsimmo avatar Apr 19 '22 09:04 chsimmo

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.

itzg avatar Apr 19 '22 12:04 itzg

Ok, thanks for the info. Will give that a try.

chsimmo avatar Apr 19 '22 21:04 chsimmo