docker-mc-backup
docker-mc-backup copied to clipboard
Add chron time schedule for backups
I would love to be able to actually schedule a time rather than just an interval between backups. Is this currently possible?
I would recommend setting up a normal cron job and have it use the backup now option described here:
https://github.com/itzg/docker-mc-backup#on-demand-backups
I would recommend setting up a normal cron job and have it use the
backup nowoption described here:https://github.com/itzg/docker-mc-backup#on-demand-backups
Okay I see! Disabling the built in timer should just be setting it to -1 correct?
The "now" argument will instruct it to run one time only, so effectively disabling the timer.