Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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