mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-26 20:34:45 -04:00
clarify borg upgrade docs, fixes #2436
This commit is contained in:
parent
6f47b797f9
commit
ca6257dd48
1 changed files with 14 additions and 1 deletions
|
|
@ -2842,7 +2842,20 @@ class Archiver:
|
|||
help='repository to prune')
|
||||
|
||||
upgrade_epilog = process_epilog("""
|
||||
Upgrade an existing Borg repository.
|
||||
Upgrade an existing, local Borg repository.
|
||||
|
||||
When you do not need borg upgrade
|
||||
+++++++++++++++++++++++++++++++++
|
||||
|
||||
Not every change requires that you run ``borg upgrade``.
|
||||
|
||||
You do **not** need to run it when:
|
||||
|
||||
- moving your repository to a different place
|
||||
- upgrading to another point release (like 1.0.x to 1.0.y),
|
||||
except when noted otherwise in the changelog
|
||||
- upgrading from 1.0.x to 1.1.x,
|
||||
except when noted otherwise in the changelog
|
||||
|
||||
Borg 1.x.y upgrades
|
||||
+++++++++++++++++++
|
||||
|
|
|
|||
Loading…
Reference in a new issue