autobackup frequency
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: January 25, 2016 (RSS)
By ht1080z - January 12, 2016
Hi,
$GLOBALS['AUTOBACKUP_HOURS'] = 24; // Keep automatic backups for the last X hours (max 24)
$GLOBALS['AUTOBACKUP_DAYS'] = 7; // Keep automatic backups for the last X days (max 7)
$GLOBALS['AUTOBACKUP_WEEKS'] = 52; // Keep automatic backups for the last X weeks (max 52)
$GLOBALS['AUTOBACKUP_MONTHS'] = 12; // Keep automatic backups for the last X months (max 12)
In the autpoBackup 1.04 if i change the settings to $GLOBALS['AUTOBACKUP_HOURS'] = false; this means is no hourly backup will created?
Please advice,Karls
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.
Damon Edis - interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/