autobackup frequency

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 ht1080z - January 25, 2016

Thank you Damon!