I’ve written guides on how to backup to both Dropbox.com and Box.com and now got the request via Twitter to write how to do the same thing with copy.com. Since I didn’t have a copy.com account I had to create…
Category: Backup
Encrypting a tar or gz (gzip) File with OpenSSL
Basic website and database backups with Duplicity
Backup your files to dropbox using BASH
Download the dropbox-uploader script by Andrea Fabrizi from github as root
1 2 3 |
wget https://raw.github.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh --no-check-certificate |
make it executable and run it
1 2 3 4 |
chmod +x dropbox_uploader.sh ./dropbox_uploader.sh |
when executed for the first time you will be prompted with some some instructions to be able to upload/download to your…