mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
0a369c0985
- Group options - Nicer list of options in Sphinx - Deduplicate 'Common options' (including --help) The latter is done by explicitly declaring --help in the common_parser, which is then inherited by the sub-parsers; no change in observable behaviour.
21 lines
348 B
C++
21 lines
348 B
C++
.. _borg_debug-delete-obj:
|
|
|
|
borg debug-delete-obj
|
|
---------------------
|
|
::
|
|
|
|
borg debug-delete-obj <options> REPOSITORY IDs
|
|
|
|
positional arguments
|
|
REPOSITORY
|
|
repository to use
|
|
IDs
|
|
hex object ID(s) to delete from the repo
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
This command deletes objects from the repository.
|