install pmt binary

This commit is contained in:
Dietmar Maurer
2021-02-05 11:12:52 +01:00
parent 8dc45e291a
commit 4c209d6b10
9 changed files with 85 additions and 1 deletions

5
docs/pmt/description.rst Normal file
View File

@ -0,0 +1,5 @@
Description
^^^^^^^^^^^
The ``pmt`` command controls Linux tape devices.

48
docs/pmt/man1.rst Normal file
View File

@ -0,0 +1,48 @@
==========================
pmt
==========================
.. include:: ../epilog.rst
-------------------------------------------------------------
Control Linux Tape Devices
-------------------------------------------------------------
:Author: |AUTHOR|
:Version: Version |VERSION|
:Manual section: 1
Synopsis
========
.. include:: synopsis.rst
Common Options
==============
All command supports the following parameters to specify the tape device:
--device <path> Path to the Linux tape device
--drive <name> Use drive from Proxmox Backup Server configuration.
Commands generation output supports the ``--output-format`` parameter. It accepts
the following values:
:``text``: Text format (default). Human readable.
:``json``: JSON (single line).
:``json-pretty``: JSON (multiple lines, nicely formatted).
Description
===========
.. include:: description.rst
.. include:: ../pbs-copyright.rst