Skip to content

Commit

Permalink
Fix build_man issues (fixes borgbackup#3364)
Browse files Browse the repository at this point in the history
  • Loading branch information
milkey-mouse committed Nov 26, 2017
1 parent 559ec00 commit 2a83098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3768,7 +3768,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.
Expand Down

0 comments on commit 2a83098

Please sign in to comment.