12345678910111213141516171819202122232425 |
- .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
- .. _borg_debug_get-obj:
- borg debug get-obj
- ------------------
- ::
- borg debug get-obj <options> REPOSITORY ID PATH
- positional arguments
- REPOSITORY
- repository to use
- ID
- hex object ID to get from the repo
- PATH
- file to write object data into
- `Common options`_
- |
- Description
- ~~~~~~~~~~~
- This command gets an object from the repository.
|