aboutsummaryrefslogtreecommitdiff
path: root/modules/database_backup.py
Commit message (Expand)AuthorAgeFilesLines
* remove database_backup.py, add note in README.md about what should be backed upGravatar jesopo2019-12-061-29/+0
* add .back suffix to database backupsGravatar jesopo2019-10-141-2/+2
* prune database backups even if there's more than 5Gravatar jesopo2019-10-141-2/+3
* typo, 'timer.repo()' -> 'timer.redo()'Gravatar jesopo2019-10-081-1/+1
* transient timers shouldn't use the event systemGravatar jesopo2019-10-081-4/+3
* Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_loadGravatar jesopo2018-10-121-5/+4
* Move src/Utils.py in to src/utils/, splitting functionality out in to modules of•••related functionality Gravatar jesopo2018-10-031-2/+2
* Remove cyclical references to IRCBotGravatar jesopo2018-09-281-2/+2
* Fix typo in database_backup.py, 'ocation' -> 'location'Gravatar jesopo2018-09-271-1/+1
* 'full_location' -> 'location' in database_backup.pyGravatar jesopo2018-09-271-4/+4
* Switch to using @Utils.hook and docstrings for event hooksGravatar jesopo2018-09-261-1/+2
* Fix typo that was causing database_backup.py to not workGravatar jesopo2018-09-251-1/+1
* Move log and database files to their own foldersGravatar jesopo2018-09-241-3/+4
* Refactor everything to use delimited eventsGravatar jesopo2018-09-191-1/+1
* Add database_backup.py for rotated database backupsGravatar jesopo2018-09-031-0/+28