ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 30,470
- Points
- 823
Reputation:
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...