This is a repo for tools I'm currently using or have ever used.
Files in this repo consists of two parts:
- Setting/Configuration/Usage of dev tools
- Shell script to do some jobs
- sync-dropbox
- Use dropbox as your 1st replica for your backup data
- Your latest source code, config files, scripts and recipes
- Add a daily task for sync-dropbox into your cron
- mysql-backup
- Backup your mysql everyday
- Keep the backup file of the last 7 days
- Add a daily task for mysql-backup into your cron