Skip to content

Instantly share code, notes, and snippets.

@abegodong
abegodong / gist:5856481
Created June 25, 2013 06:46
S3 backup using s3cmd.
!/bin/sh
#####################
# Backup Management to S3
# 2013/06/19 - Abraham Godong
# Require s3cmd
KEEP_BACKUP=3
BUCKET=$1
SOURCE=$2