on BL_Idle -- check if its time for the next backup global BL_NextBackup if the seconds > BL_NextBackup then BL_AttemptBackup BL_CheckForCompact end if end BL_Idle