Hey there – I’m sorry I missed this post 🙁
Is this the default time the one set on a backup set on a daily, weekly or other regular schedule?
Kat
Hi there – I never heard back so I will go ahead and close out this topic now.
If there is anyone else out there who wants to change the default schedule start time, you can do so using a constant in your wp-config.php file.
You’ll use the HMBKP_SCHEDULE_TIME variable, which specifies the time that your schedules should run. It defaults to 23:00 (notice it’s a 24 hour schedule, not 12). You’d add a line in your wp-config.php like this:
define( 'HMBKP_SCHEDULE_TIME', '07:30' );
If you have issues beyond what’s covered here, please start a new topic.
Thanks so much,
Kat