Skip to content

Commit

Permalink
added the S
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfox committed Feb 4, 2015
1 parent e13472e commit 5191d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
now=$(date +"%Y-%m-%d-%H-%M-%S")

# Create a gzip compressed tarball with the volume(s)
tar czf $BACKUP_NAME.$now.tar.gz $PATH_TO_BACKUP
tar czf $BACKUP_NAME.$now.tar.gz $PATHS_TO_BACKUP

# Create bucket, if it doesn't already exist
aws mkdir $S3_BUCKET_NAME
Expand Down

0 comments on commit 5191d6d

Please sign in to comment.