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