info.rst.inc 1.2 KB

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