Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revolunet/backup-scripts
https://github.com/revolunet/backup-scripts
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/revolunet/backup-scripts
- Owner: revolunet
- Created: 2011-12-26T23:35:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-31T10:02:49.000Z (almost 12 years ago)
- Last Synced: 2024-12-09T11:51:07.590Z (5 days ago)
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backup scripts
======simple backup scripts.
- mysql.sh : Linux MySQL tgz compressed backups
- first setup a MySQL backup readonly password in an empty `MYSQL_PWD` file
- execute the `create-backupuser.sh` script to create the user in your MySQL
- add `mysql.sh` to your CRON to schedule MySQL backups. add a path argument if you want to backup in some special place
- the whole MySQL databases and tables will be backed-up and gzipped in separated files- mysql.bat : Windows MysQL 7zip compressed backups
- config variable in mysql.bat
- create a scheduled task to run this file daily
- the whole MySQL databases will be backed-up and 7zipped in a single dump file- Todo
- random password generation
- backup stats + error alerts