info.rst.inc 1.4 KB

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