You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
BackupManager | 2 years ago | |
.gitattributes | 5 years ago | |
.gitignore | 5 years ago | |
BackupManager.sln | 5 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
do-backup.sh | 2 years ago |
README.md
Flashii Backup Manager
This is the program that runs every day at 12:00 AM UTC and backs up the non-volatile user data from Flashii. Provided for transparency.
Grant line for MySQL backup user
GRANT SELECT, LOCK TABLES, SHOW VIEW, SHOW DATABASES, EVENT, TRIGGER, EXECUTE ON *.* TO 'user'@'localhost';