Q
QuackieMackie
Guest
Guest or Bot
I've finally started adding offsite backups for my backup solution, and I ran into a Cloudflare issue.
So basically, when I run a manual job, it runs through the steps:
PHP:
Read more
Continue reading...
So basically, when I run a manual job, it runs through the steps:
PHP:
Code:
public function run($maxRunTime): JobResult
{
switch ($this->data['step'])
{
case 'creation':
// database dump && file zip
case 'cleanup':
// old backup deletion
case 'post-processing':
// offsite copying
return...
Read more
Continue reading...
O