mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 17:57:59 +00:00
47 lines
No EOL
1.5 KiB
HTML
47 lines
No EOL
1.5 KiB
HTML
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
.. _borg_repo-info:
|
|
|
|
borg repo-info
|
|
--------------
|
|
.. code-block:: none
|
|
|
|
borg [common options] repo-info [options]
|
|
|
|
.. only:: html
|
|
|
|
.. class:: borg-options-table
|
|
|
|
+-------------------------------------------------------+------------+-----------------------+
|
|
| **optional arguments** |
|
|
+-------------------------------------------------------+------------+-----------------------+
|
|
| | ``--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
|
|
|
|
|
|
|
|
optional arguments
|
|
--json format output as JSON
|
|
|
|
|
|
:ref:`common_options`
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
This command displays detailed information about the repository. |