Skip to content

Instantly share code, notes, and snippets.

View zachjacobs's full-sized avatar

Zach Jacobs zachjacobs

  • Lexington, KY
View GitHub Profile
@aarongustafson
aarongustafson / backup-to-s3.sh
Created January 22, 2014 19:36
backup to S3 as a shell command (uses s3cmd)
#!/bin/bash
##
# Backup Server to S3 script
#
# Creates a local cached backup of the source folder using rsync and then
# synchronises that with Amazon S3.
#
#
# It is assumed you have rsync installed on the server.