mirror of
https://github.com/restic/restic.git
synced 2024-12-23 08:16:36 +00:00
Merge pull request #2476 from rawtaz/update-doc
doc: Simplify wording for check's --read-data-subset parameter.
This commit is contained in:
commit
6a89c0f0ef
1 changed files with 5 additions and 4 deletions
|
@ -124,10 +124,11 @@ data files:
|
||||||
check snapshots, trees and blobs
|
check snapshots, trees and blobs
|
||||||
read all data
|
read all data
|
||||||
|
|
||||||
Use ``--read-data-subset=n/t`` parameter to check subset of repository data
|
Use the ``--read-data-subset=n/t`` parameter to check only a subset of the
|
||||||
files. The parameter takes two values, ``n`` and ``t``. All repository data
|
repository data files at a time. The parameter takes two values, ``n`` and
|
||||||
files are logically divided in ``t`` roughly equal groups and only files that
|
``t``. When the check command runs, all data files in the repository are
|
||||||
belong to the group number ``n`` are checked. For example, the following
|
logically divided in ``t`` (roughly equal) groups, and only files that
|
||||||
|
belong to the group number ``n`` are checked. For example, the following
|
||||||
commands check all repository data files over 5 separate invocations:
|
commands check all repository data files over 5 separate invocations:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
Loading…
Reference in a new issue