Last active
January 8, 2016 08:16
-
-
Save kayintveen/5a312916cb2668deb4fa to your computer and use it in GitHub Desktop.
Script to upload files via SSH to dropbox location for backup purposes. This file can for example Fetch all files and send to dropbox or a specific one. Also Delete an List is possible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #backing up to Dropbox | |
| /root/Dropbox-Uploader/dropbox_uploader.sh upload $OUTPUT/`date +%Y%m%d`.$DB.sql.gz /sqlBackups/`date +%Y%m%d`.$DB.sql.gz | |
| #needed tooling https://github.com/andreafabrizi/Dropbox-Uploader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment