Forum

Thread tagged as: Question, Backup

Backup database every (hours)

Hi

I was wondering about the "Backup database every (hours)" setting in the backup plan options tab.

  • I thought the schedule of backup was set by a cron job on the server, so why is this setting here?
  • Does the cron job settings and the backup plan options need to match?
  • If the plan is active, will backup run on a schedule without setting a cron job?

Perch Screenshot

  • Perch Runway is up to date (2.8.24)
  • PHP 5.6.10 is up to date
  • MySQL 5.5.42 is up to date
  • Image processing available
Stephen Meehan

Stephen Meehan 4 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

The cron job runs the task scheduler. It should run as frequently as your most frequently scheduled task.

When the task schedule runs, it looks to see what tasks need to be executed, based on their individual schedules.

So cron doesn't run your backup. Cron runs the task scheduler. The task scheduler runs your backup (and all the other scheduled tasks).

Ah, I see. Thanks for explaining it so clearly - makes sense now.