Mentioning use of BORG_PASSPHRASE environment variable.

This commit is contained in:
Dan 2017-11-03 20:27:21 -07:00
parent 4c09cbf1a4
commit bf5cbd1deb
3 changed files with 10 additions and 6 deletions

3
NEWS
View File

@ -1,3 +1,6 @@
1.1.11.dev0
*
1.1.10 1.1.10
* Pass several Unix signals through to child processes like Borg. This means that Borg now properly * Pass several Unix signals through to child processes like Borg. This means that Borg now properly
shuts down if borgmatic is terminated (e.g. due to a system suspend). shuts down if borgmatic is terminated (e.g. due to a system suspend).

View File

@ -49,11 +49,12 @@ on [GitHub](https://github.com/witten/borgmatic) for convenience.
To get up and running, follow the [Borg Quick To get up and running, follow the [Borg Quick
Start](https://borgbackup.readthedocs.org/en/latest/quickstart.html) to create Start](https://borgbackup.readthedocs.org/en/latest/quickstart.html) to create
a repository on a local or remote host. Note that if you plan to run a repository on a local or remote host. Note that if you plan to run borgmatic
borgmatic on a schedule with cron, and you encrypt your Borg repository with on a schedule with cron, and you encrypt your Borg repository with a
a passphrase instead of a key file, you'll need to set the borgmatic passphrase instead of a key file, you'll either need to set the borgmatic
`encryption_passphrase` configuration variable. See the repository encryption `encryption_passphrase` configuration variable or set the `BORG_PASSPHRASE`
section of the Quick Start for more info. environment variable. See the repository encryption section of the Quick Start
for more info.
If the repository is on a remote host, make sure that your local root user has If the repository is on a remote host, make sure that your local root user has
key-based ssh access to the desired user account on the remote host. key-based ssh access to the desired user account on the remote host.

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = '1.1.10' VERSION = '1.1.11.dev0'
setup( setup(