Skip to content

Instantly share code, notes, and snippets.

View jautero's full-sized avatar
🙉

Juha Autero jautero

🙉
View GitHub Profile
@jautero
jautero / cryptsync.sh
Created June 26, 2011 11:34 — forked from pajp/cryptsync.sh
cryptsync - rsync a folder to an encrypted disk image
#!/bin/bash
# cryptsync.sh - a simple script for keeping an encrypted backup of a folder
#
# Author: Rasmus Sten <cryptsync@dll.nu>
#
# For example, to make an encrypted backup of my ~/Documents folder to Dropbox:
#
# ./cryptsync.sh --init ~/Documents/ ~/Dropbox/
#