|
@@ -12,31 +12,31 @@ borg rlist
|
|
|
|
|
|
.. class:: borg-options-table
|
|
.. class:: borg-options-table
|
|
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | **options** |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--consider-checkpoints`` | Show checkpoint archives in the repository contents list (default: hidden). |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--short`` | only print the archive names, nothing else |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--format FORMAT`` | specify format for archive listing (default: "{archive:<36} {time} [{id}]{NL}") |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--json`` | Format output as JSON. The form of ``--format`` is ignored, but keys used in it are added to the JSON output. Some keys are always present. Note: JSON can only represent text. A "barchive" key is therefore not available. |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | .. class:: borg-common-opt-ref |
|
|
|
|
- | |
|
|
|
|
- | :ref:`common_options` |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | **Archive filters** — Archive filters can be applied to repository targets. |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``-a PATTERN``, ``--match-archives PATTERN`` | only consider archive names matching the pattern. see "borg help match-archives". |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--sort-by KEYS`` | Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--first N`` | consider first N archives after other filters were applied |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
- | | ``--last N`` | consider last N archives after other filters were applied |
|
|
|
|
- +-----------------------------------------------------------------------------+----------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | **options** |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--consider-checkpoints`` | Show checkpoint archives in the repository contents list (default: hidden). |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--short`` | only print the archive names, nothing else |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--format FORMAT`` | specify format for archive listing (default: "{archive:<36} {time} [{id}]{NL}") |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--json`` | Format output as JSON. The form of ``--format`` is ignored, but keys used in it are added to the JSON output. Some keys are always present. Note: JSON can only represent text. |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | .. class:: borg-common-opt-ref |
|
|
|
|
+ | |
|
|
|
|
+ | :ref:`common_options` |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | **Archive filters** — Archive filters can be applied to repository targets. |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``-a PATTERN``, ``--match-archives PATTERN`` | only consider archive names matching the pattern. see "borg help match-archives". |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--sort-by KEYS`` | Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--first N`` | consider first N archives after other filters were applied |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
+ | | ``--last N`` | consider last N archives after other filters were applied |
|
|
|
|
+ +-----------------------------------------------------------------------------+----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
.. raw:: html
|
|
.. raw:: html
|
|
|
|
|
|
@@ -54,7 +54,7 @@ borg rlist
|
|
--consider-checkpoints Show checkpoint archives in the repository contents list (default: hidden).
|
|
--consider-checkpoints Show checkpoint archives in the repository contents list (default: hidden).
|
|
--short only print the archive names, nothing else
|
|
--short only print the archive names, nothing else
|
|
--format FORMAT specify format for archive listing (default: "{archive:<36} {time} [{id}]{NL}")
|
|
--format FORMAT specify format for archive listing (default: "{archive:<36} {time} [{id}]{NL}")
|
|
- --json Format output as JSON. The form of ``--format`` is ignored, but keys used in it are added to the JSON output. Some keys are always present. Note: JSON can only represent text. A "barchive" key is therefore not available.
|
|
|
|
|
|
+ --json Format output as JSON. The form of ``--format`` is ignored, but keys used in it are added to the JSON output. Some keys are always present. Note: JSON can only represent text.
|
|
|
|
|
|
|
|
|
|
:ref:`common_options`
|
|
:ref:`common_options`
|
|
@@ -99,7 +99,7 @@ The following keys are always available:
|
|
|
|
|
|
- NEWLINE: OS dependent line separator
|
|
- NEWLINE: OS dependent line separator
|
|
- NL: alias of NEWLINE
|
|
- NL: alias of NEWLINE
|
|
-- NUL: NUL character for creating print0 / xargs -0 like output, see barchive and bpath keys below
|
|
|
|
|
|
+- NUL: NUL character for creating print0 / xargs -0 like output
|
|
- SPACE
|
|
- SPACE
|
|
- TAB
|
|
- TAB
|
|
- CR
|
|
- CR
|
|
@@ -107,11 +107,9 @@ The following keys are always available:
|
|
|
|
|
|
Keys available only when listing archives in a repository:
|
|
Keys available only when listing archives in a repository:
|
|
|
|
|
|
-- archive: archive name interpreted as text (might be missing non-text characters, see barchive)
|
|
|
|
|
|
+- archive: archive name
|
|
- name: alias of "archive"
|
|
- name: alias of "archive"
|
|
-- barchive: verbatim archive name, can contain any character except NUL
|
|
|
|
-- comment: archive comment interpreted as text (might be missing non-text characters, see bcomment)
|
|
|
|
-- bcomment: verbatim archive comment, can contain any character except NUL
|
|
|
|
|
|
+- comment: archive comment
|
|
- id: internal ID of the archive
|
|
- id: internal ID of the archive
|
|
|
|
|
|
- start: time (start) of creation of the archive
|
|
- start: time (start) of creation of the archive
|