123456789101112131415161718192021 |
- .. _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.
|