mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
build_usage
This commit is contained in:
parent
42821d2ddc
commit
2d7dc08c8c
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@ borg delete
|
||||||
-----------
|
-----------
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
borg [common options] delete [options] [TARGET]
|
borg [common options] delete [options] [TARGET] [ARCHIVE...]
|
||||||
|
|
||||||
.. only:: html
|
.. only:: html
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ borg delete
|
||||||
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | ``TARGET`` | archive or repository to delete |
|
| | ``TARGET`` | archive or repository to delete |
|
||||||
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
| | ``ARCHIVE`` | archives to delete |
|
||||||
|
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| **optional arguments** |
|
| **optional arguments** |
|
||||||
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | ``-s``, ``--stats`` | print statistics for the deleted archive |
|
| | ``-s``, ``--stats`` | print statistics for the deleted archive |
|
||||||
|
@ -56,6 +58,8 @@ borg delete
|
||||||
|
|
||||||
TARGET
|
TARGET
|
||||||
archive or repository to delete
|
archive or repository to delete
|
||||||
|
ARCHIVE
|
||||||
|
archives to delete
|
||||||
|
|
||||||
|
|
||||||
optional arguments
|
optional arguments
|
||||||
|
|
Loading…
Reference in a new issue