mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
Fix build_man issues (fixes #3364)
This commit is contained in:
parent
e488e69f41
commit
248c408b5b
1 changed files with 1 additions and 1 deletions
|
@ -3953,7 +3953,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
|||
R- == borg extract (extract archive, dry-run, do everything, but do not write files to disk)
|
||||
R-Z- == all zero files. Measuring heavily duplicated files.
|
||||
R-R- == random files. No duplication here, measuring throughput through all processing
|
||||
stages, except writing to disk.
|
||||
stages, except writing to disk.
|
||||
|
||||
U- == borg create (2nd archive creation of unchanged input files, measure files cache speed)
|
||||
The throughput value is kind of virtual here, it does not actually read the file.
|
||||
|
|
Loading…
Reference in a new issue