flashii
/
backup-manager
Archived
1
0
Fork 0
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.
backup-manager/README.md

11 lines
341 B
Markdown
Raw Permalink Normal View History

2018-10-13 23:05:45 +00: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](https://flashii.net).
Provided for transparency.
2019-02-11 15:21:18 +00:00
## Grant line for MySQL backup user
```
GRANT SELECT, LOCK TABLES, SHOW VIEW, SHOW DATABASES, EVENT, TRIGGER, EXECUTE ON *.* TO 'user'@'localhost';
2019-02-11 15:21:18 +00:00
```