mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
56 lines
No EOL
1.9 KiB
HTML
56 lines
No EOL
1.9 KiB
HTML
.. 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. |