mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 14:49:03 -04: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.
|