info.rst.inc 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_info:
  3. borg info
  4. ---------
  5. .. code-block:: none
  6. borg [common options] info [options] REPOSITORY_OR_ARCHIVE
  7. positional arguments
  8. REPOSITORY_OR_ARCHIVE
  9. archive or repository to display information about
  10. optional arguments
  11. ``--json``
  12. | format output as JSON
  13. :ref:`common_options`
  14. |
  15. filters
  16. ``-P``, ``--prefix``
  17. | only consider archive names starting with this prefix.
  18. ``-a``, ``--glob-archives``
  19. | only consider archive names matching the glob. sh: rules apply, see "borg help patterns". ``--prefix`` and ``--glob-archives`` are mutually exclusive.
  20. ``--sort-by``
  21. | Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
  22. ``--first N``
  23. | consider first N archives after other filters were applied
  24. ``--last N``
  25. | consider last N archives after other filters were applied
  26. Description
  27. ~~~~~~~~~~~
  28. This command displays detailed information about the specified archive or repository.
  29. Please note that the deduplicated sizes of the individual archives do not add
  30. up to the deduplicated size of the repository ("all archives"), because the two
  31. are meaning different things:
  32. This archive / deduplicated size = amount of data stored ONLY for this archive
  33. = unique chunks of this archive.
  34. All archives / deduplicated size = amount of data stored in the repo
  35. = all chunks in the repository.