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.
Find a file
2019-08-16 05:09:20 +02:00
BackupManager
.gitattributes
.gitignore
BackupManager.sln
do-backup.sh
LICENSE
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, EVENT, TRIGGER, EXECUTE  ON *.* TO 'user'@'localhost';