![]() |
![]() news |
![]() info |
![]() people |
![]() software |
![]() stuff |
on BL_CheckForBackup -- check whether it is time for a backup global BL_NextBackup, BL_DoBackups, BL_DoCompact if BL_DoBackups then get the seconds if it > BL_NextBackup then BL_AttemptBackup if BL_DoCompact then BL_CheckForCompact end if end if end if end BL_CheckForBackup