flashii
/
backup-manager
Archived
1
0
Fork 0
Handles backup tasks for Flashii
This repository has been archived on 2023-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
flash 9178cd5e14 Removed Misuzu support. 2023-09-04 15:00:08 +02:00
BackupManager Removed Misuzu support. 2023-09-04 15:00:08 +02:00
.gitattributes Add .gitignore and .gitattributes. 2018-08-01 20:45:55 +02:00
.gitignore Add .gitignore and .gitattributes. 2018-08-01 20:45:55 +02:00
BackupManager.sln Add project files. 2018-08-01 20:45:58 +02:00
LICENSE Add the Unlicense to backup manager project. 2019-02-05 14:00:33 +01:00
README.md Use a blacklist instead of a whitelist. 2019-11-06 19:28:27 +01:00
do-backup.sh Readded directory shit. 2023-04-12 04:38:05 +02:00

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';