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