mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 17:35:44 +00:00
26 lines
463 B
PHP
26 lines
463 B
PHP
|
.. 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.
|