updates to README
This commit is contained in:
parent
3fa28fffba
commit
cf5b059485
1 changed files with 14 additions and 5 deletions
19
README
19
README
|
|
@ -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
|
||||
=====================
|
||||
|
|
|
|||
Loading…
Reference in a new issue