Change time of backup
paulc-us opened this issue · 1 comments
paulc-us commented
I installed the script early in the morning, to run every 24 hours, but every day it seems to start a little later, where it now runs in the middle of the day, causing issues for people using the db. How do I adjust the time?
sethgoldin commented
Are you on macOS or Linux?
If macOS, you can actually go modify the launchd
.plist
file directly, and use StartCalendarInterval
The man
page within macOS has more info: $ man launchd.plist
.
On Linux, you'd modify the systemd
timer.