autobackup frequency

By Damon - January 14, 2016

Hi Karls,

If you don't want to have Hourly backups, change this code to 0:

$GLOBALS['AUTOBACKUP_HOURS']  = 0;            // Keep automatic backups for the last X hours (max 24)

In the backups dropdown in the admin, you won't see the hourly backups that look like this:

example.com-v2.65-hourly-11.sql.php

Hope this helps. Let me know if you have any other questions.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By ht1080z - January 25, 2016

Thank you Damon!