updates to README

This commit is contained in:
Damon Timm 2010-03-13 09:48:15 -05:00
parent 3fa28fffba
commit cf5b059485

19
README
View file

@ -20,14 +20,23 @@ http://github.com/thornomad/dt-s3-backup
BEFORE YOU START
================
This is a bash script that requires user configuration. Instructions are in
This script requires user configuration. Instructions are in
the file itself and should be self-explanatory. Be sure to replace all the
*foobar* values with your real ones. Almost every value needs to be
configured.
configured in someway.
After the script is configured, you can move it to /usr/local/sbin/ or wherever
you please and run it from there. A cron job is always nice. Be sure to make
the script executable (chmod +x) before you hit the gas.
You can use multiple copies of the script with different settings for different
backup scenarios. It is designed to run as a cron job and will log information
to a text file (including remote file sizes, if you have s3cmd installed). Be
sure to make the script executable (chmod +x) before you hit the gas.
REQUIREMENTS
============
* duplicity
* gpg
* Amazon S3 account
* s3cmd (optional)
COMMON USAGE EXAMPLES
=====================