Update README to mention other ways of installing borgmatic. (#62)
This commit is contained in:
parent
61033bb4e5
commit
76656275c3
2 changed files with 11 additions and 4 deletions
1
NEWS
1
NEWS
|
@ -3,6 +3,7 @@
|
||||||
consistency configuration.
|
consistency configuration.
|
||||||
* Add introductory screencast link to documentation.
|
* Add introductory screencast link to documentation.
|
||||||
* Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.
|
* Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.
|
||||||
|
* #62: Update README to mention other ways of installing borgmatic.
|
||||||
|
|
||||||
1.1.15
|
1.1.15
|
||||||
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
|
* Support for Borg BORG_PASSCOMMAND environment variable to read a password from an external file.
|
||||||
|
|
14
README.md
14
README.md
|
@ -77,11 +77,17 @@ sudo pip3 install --upgrade borgmatic
|
||||||
Note that your pip binary may have a different name than "pip3". Make sure
|
Note that your pip binary may have a different name than "pip3". Make sure
|
||||||
you're using Python 3, as borgmatic does not support Python 2.
|
you're using Python 3, as borgmatic does not support Python 2.
|
||||||
|
|
||||||
### Docker
|
### Other ways to install
|
||||||
|
|
||||||
If you would like to run borgmatic within Docker, please take a look at
|
* [A borgmatic Docker image](https://hub.docker.com/r/b3vis/borgmatic/) based
|
||||||
[b3vis/borgmatic](https://hub.docker.com/r/b3vis/borgmatic/) for more
|
on Alpine Linux.
|
||||||
information.
|
* [Another borgmatic Docker image](https://hub.docker.com/r/coaxial/borgmatic/) based
|
||||||
|
on Alpine Linux, updated automatically whenever the Alpine image updates.
|
||||||
|
* [A borgmatic package for
|
||||||
|
Fedora](https://bodhi.fedoraproject.org/updates/?search=borgmatic).
|
||||||
|
* [A borgmatic package for Arch
|
||||||
|
Linux](https://aur.archlinux.org/packages/borgmatic/).
|
||||||
|
<br><br>
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue