rinfo.rst.inc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_rinfo:
  3. borg rinfo
  4. ----------
  5. .. code-block:: none
  6. borg [common options] rinfo [options]
  7. .. only:: html
  8. .. class:: borg-options-table
  9. +-------------------------------------------------------+------------+-----------------------+
  10. | **options** |
  11. +-------------------------------------------------------+------------+-----------------------+
  12. | | ``--json`` | format output as JSON |
  13. +-------------------------------------------------------+------------+-----------------------+
  14. | .. class:: borg-common-opt-ref |
  15. | |
  16. | :ref:`common_options` |
  17. +-------------------------------------------------------+------------+-----------------------+
  18. .. raw:: html
  19. <script type='text/javascript'>
  20. $(document).ready(function () {
  21. $('.borg-options-table colgroup').remove();
  22. })
  23. </script>
  24. .. only:: latex
  25. options
  26. --json format output as JSON
  27. :ref:`common_options`
  28. |
  29. Description
  30. ~~~~~~~~~~~
  31. This command displays detailed information about the repository.
  32. Please note that the deduplicated sizes of the individual archives do not add
  33. up to the deduplicated size of the repository ("all archives"), because the two
  34. are meaning different things:
  35. This archive / deduplicated size = amount of data stored ONLY for this archive
  36. = unique chunks of this archive.
  37. All archives / deduplicated size = amount of data stored in the repo
  38. = all chunks in the repository.