Update link to Boto source
Fixes issue #1: https://github.com/rtucker/backuppc-archive-s3/issues/1
This commit is contained in:
parent
a7c9100b7a
commit
c2ddefb316
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ This is a Python script that acts as an interface between
|
||||||
[archive function](http://backuppc.sourceforge.net/faq/BackupPC.html#archive_functions)
|
[archive function](http://backuppc.sourceforge.net/faq/BackupPC.html#archive_functions)
|
||||||
to extract a tarball and split it into chunks, like the normal archive
|
to extract a tarball and split it into chunks, like the normal archive
|
||||||
function. Then, the chunks are encrypted using gpg and transmitted to
|
function. Then, the chunks are encrypted using gpg and transmitted to
|
||||||
S3 using [Boto](http://code.google.com/p/boto/).
|
S3 using [Boto](https://github.com/boto/boto).
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@ -17,7 +17,7 @@ But, here's going to be my best guess :-)
|
||||||
|
|
||||||
### Install the prerequisites
|
### Install the prerequisites
|
||||||
|
|
||||||
> You will need Python, [Boto](http://code.google.com/p/boto/), and a
|
> You will need Python, [Boto](https://github.com/boto/boto), and a
|
||||||
> working BackupPC installation.
|
> working BackupPC installation.
|
||||||
|
|
||||||
> Note: Python 2.6+ and Boto 2.0+ are required for recent changes, which
|
> Note: Python 2.6+ and Boto 2.0+ are required for recent changes, which
|
||||||
|
|
Loading…
Reference in a new issue