info.rst.inc 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 [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. ``--sort-by``
  19. | Comma-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
  20. ``--first N``
  21. | consider first N archives after other filters were applied
  22. ``--last N``
  23. | consider last N archives after other filters were applied
  24. Description
  25. ~~~~~~~~~~~
  26. This command displays detailed information about the specified archive or repository.
  27. Please note that the deduplicated sizes of the individual archives do not add
  28. up to the deduplicated size of the repository ("all archives"), because the two
  29. are meaning different things:
  30. This archive / deduplicated size = amount of data stored ONLY for this archive
  31. = unique chunks of this archive.
  32. All archives / deduplicated size = amount of data stored in the repo
  33. = all chunks in the repository.