From e537bc04c1a85d39a0fa6efebab763551c31c09d Mon Sep 17 00:00:00 2001 From: James Stewart Miller Date: Sun, 12 Jun 2022 01:34:29 +0100 Subject: [PATCH] fix GPG manual anchor and typo (#449) --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index fe5f0cf..a290108 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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()`` @@ -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