1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
- .. _borg_rinfo:
- borg rinfo
- ----------
- .. code-block:: none
- borg [common options] rinfo [options]
- .. only:: html
- .. class:: borg-options-table
- +-------------------------------------------------------+------------+-----------------------+
- | **options** |
- +-------------------------------------------------------+------------+-----------------------+
- | | ``--json`` | format output as JSON |
- +-------------------------------------------------------+------------+-----------------------+
- | .. class:: borg-common-opt-ref |
- | |
- | :ref:`common_options` |
- +-------------------------------------------------------+------------+-----------------------+
- .. raw:: html
- <script type='text/javascript'>
- $(document).ready(function () {
- $('.borg-options-table colgroup').remove();
- })
- </script>
- .. only:: latex
- options
- --json format output as JSON
- :ref:`common_options`
- |
- Description
- ~~~~~~~~~~~
- This command displays detailed information about the repository.
- Please note that the deduplicated sizes of the individual archives do not add
- up to the deduplicated size of the repository ("all archives"), because the two
- are meaning different things:
- This archive / deduplicated size = amount of data stored ONLY for this archive
- = unique chunks of this archive.
- All archives / deduplicated size = amount of data stored in the repo
- = all chunks in the repository.
|