Handles backup tasks for Flashii
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.
 
 
Go to file
flash 8bf5a00a40
Show source machine in the chat log.
2 years ago
BackupManager Show source machine in the chat log. 2 years ago
.gitattributes Add .gitignore and .gitattributes. 5 years ago
.gitignore Add .gitignore and .gitattributes. 5 years ago
BackupManager.sln Add project files. 5 years ago
LICENSE Add the Unlicense to backup manager project. 4 years ago
README.md Use a blacklist instead of a whitelist. 3 years ago
do-backup.sh Fixed var reference. 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';