aboutsummaryrefslogtreecommitdiff
path: root/modules/database_backup.py
Commit message (Expand)AuthorAgeFilesLines
* 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