Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimsav/backupish
Easy backups of directories and mysql databases
https://github.com/dimsav/backupish
Last synced: 29 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T15:06:58.000Z (almost 8 years ago)
- Last Synced: 2023-04-05T13:09:27.221Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 14
- Watchers: 2
- Forks: 4
- 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