https://github.com/dimsav/backupish
Easy backups of directories and mysql databases
https://github.com/dimsav/backupish
Last synced: over 1 year ago
JSON representation
Easy backups of directories and mysql databases
- Host: GitHub
- URL: https://github.com/dimsav/backupish
- Owner: dimsav
- License: mit
- Created: 2014-12-12T12:45:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T15:06:58.000Z (over 9 years ago)
- Last Synced: 2025-03-27T05:12:24.538Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Backupish
=========
A bash script to create backups of directories and mysql databases. Optionally upload to dropbox.
## How to use
* Copy `config.sh.ini` to `config.sh` and fill it with your settings
* Run `backup.sh`
## Dropbox configuration
Running the script for the fist time with dropbox enabled will prompt for the dropbox configuration. When finished, run the script once again to see it in action.
Requirements:
* zip command
* mysqldump command