A bash script to create backups of directories and mysql databases. Optionally upload to dropbox.
- Copy
config.sh.ini
toconfig.sh
and fill it with your settings - Run
backup.sh
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