mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
upgrade: fix incorrect title levels
This commit is contained in:
parent
9e692d47b1
commit
3c0a903e8a
1 changed files with 2 additions and 2 deletions
|
@ -1680,7 +1680,7 @@ def build_parser(self, args=None, prog=None):
|
|||
Upgrade an existing Borg repository.
|
||||
|
||||
Borg 1.x.y upgrades
|
||||
-------------------
|
||||
+++++++++++++++++++
|
||||
|
||||
Use ``borg upgrade --tam REPO`` to require manifest authentication
|
||||
introduced with Borg 1.0.9 to address security issues. This means
|
||||
|
@ -1702,7 +1702,7 @@ def build_parser(self, args=None, prog=None):
|
|||
for details.
|
||||
|
||||
Attic and Borg 0.xx to Borg 1.x
|
||||
-------------------------------
|
||||
+++++++++++++++++++++++++++++++
|
||||
|
||||
This currently supports converting an Attic repository to Borg and also
|
||||
helps with converting Borg 0.xx to 1.0.
|
||||
|
|
Loading…
Reference in a new issue