@@ -4507,13 +4507,13 @@ def define_borg_mount(parser):
45074507 reduce problems with manual input. The ``--qr-html`` option creates a printable
45084508 HTML template with a QR code and a copy of the ``--paper``-formatted key.
45094509
4510- For repositories using key file encryption the key is saved locally
4510+ For repositories using keyfile encryption the key is saved locally
45114511 on the system that is capable of doing backups. To guard against loss
45124512 of this key, the key needs to be backed up independently of the main
45134513 data backup.
45144514
45154515 For repositories using repokey encryption, the key is saved in the
4516- repository's config file. A backup is thus not strictly needed,
4516+ repository in the config file. A backup is thus not strictly needed,
45174517 but it guards against the repository becoming inaccessible if the file
45184518 is damaged for some reason.
45194519
@@ -4551,7 +4551,7 @@ def define_borg_mount(parser):
45514551 process in which each line is checked for plausibility before
45524552 proceeding to the next line. For this format, PATH must not be provided.
45534553
4554- For repositories using key file encryption, the key file which ``borg key
4554+ For repositories using keyfile encryption, the key file which ``borg key
45554555 import`` writes to depends on several factors. If the ``BORG_KEY_FILE``
45564556 environment variable is set and non-empty, ``borg key import`` creates
45574557 or overwrites the file named by ``$BORG_KEY_FILE``. Otherwise, ``borg
@@ -5073,7 +5073,7 @@ def define_borg_mount(parser):
50735073 the first backup after the conversion takes longer than expected
50745074 due to the cache re-sync.
50755075
5076- The upgrade should be able to resume if interrupted, although it
5076+ Upgrade should be able to resume if interrupted, although it
50775077 will still iterate over all segments. If you want to start
50785078 from scratch, use ``borg delete`` over the copied repository to
50795079 make sure the cache files are also removed::
0 commit comments