mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-24 23:57:23 -04:00
fix bad reference to borg compact (does not exist in 1.1), fixes #4660
introduced in 897b593ec4 .
This commit is contained in:
parent
ffa8e89f99
commit
f2a39166d8
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ mode, this is reversible, but ``borg check`` should be run before a writing/prun
|
|||
operation on an append-only repository to catch accidental or malicious corruption::
|
||||
|
||||
# run without append-only mode
|
||||
borg check --verify-data repo && borg compact repo
|
||||
borg check --verify-data repo
|
||||
|
||||
Aside from checking repository & archive integrity you may want to also manually check
|
||||
backups to ensure their content seems correct.
|
||||
|
|
|
|||
Loading…
Reference in a new issue