Improve requirements section in the README

This commit is contained in:
zertrin 2015-05-15 10:18:34 +02:00
parent 1aca860e06
commit 6fb8b4e46b

View file

@ -48,14 +48,14 @@ Be sure to make the script executable (`chmod +x`) before you hit the gas.
* [duplicity](http://duplicity.nongnu.org/)
* Basic utilities like: [bash](https://www.gnu.org/software/bash/), [which](http://unixhelp.ed.ac.uk/CGI/man-cgi?which), [find](https://www.gnu.org/software/findutils/) and [tee](http://linux.die.net/man/1/tee) (should already be available on most Linux systems)
* [gpg](https://www.gnupg.org/) *`optional`*
* [mailx](http://linux.die.net/man/1/mailx) *`optional`*
* [gpg](https://www.gnupg.org/) *`optional`* (if using encryption)
* [mailx](http://linux.die.net/man/1/mailx) *`optional`* (if sending mail is activated in the script)
For [Amazon S3](https://aws.amazon.com/s3/) *`optional`*
For the [Amazon S3](https://aws.amazon.com/s3/) storage backend *`optional`*
* [s3cmd](http://s3tools.org/s3cmd) *`optional`*
For [Google Cloud Storage](https://cloud.google.com/storage/) *`optional`*
* [boto](https://github.com/boto/boto)
For the [Google Cloud Storage](https://cloud.google.com/storage/) storage backend *`optional`*
* [boto](https://github.com/boto/boto) (may already have been installed with duplicity)
* [gsutil](https://cloud.google.com/storage/docs/gsutil) *`optional`*