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 82eeaa93ab Do not enable SSL.
Why is it even doing this.
2021-07-30 04:15:48 +02:00
BackupManager Do not enable SSL. 2021-07-30 04:15:48 +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
do-backup.sh Fixed var reference. 2021-07-30 02:14:36 +00: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

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