Skip to content

Commit

Permalink
fix GPG manual anchor and typo (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
millerthegorilla committed Jun 12, 2022
1 parent 3cc623f commit e537bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Default: ``'%Y-%m-%d-%H%M%S'``
DBBACKUP_HOSTNAME
~~~~~~~~~~~~~~~~~

Used to identify a backup by a server name in their file name..
Used to identify a backup by a server name in the file name.

Default: ``socket.gethostname()``

Expand Down Expand Up @@ -120,7 +120,7 @@ Requirements:

- Install the python package python-gnupg:
``pip install python-gnupg``.
- You need a GPG key. (`GPG manual`)
- You need a GPG key. (`GPG manual`_)
- Set the setting ``DBBACKUP_GPG_RECIPIENT`` to the name of the GPG key.

.. _`GPG manual`: https://www.gnupg.org/gph/en/manual/c14.html
Expand Down

0 comments on commit e537bc0

Please sign in to comment.