proxmox-backup/docs/pmtx/man1.rst

58 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2021-01-27 17:13:00 +00:00
==========================
pmtx
==========================
.. include:: ../epilog.rst
-------------------------------------------------------------
Control SCSI media changer devices (tape autoloaders)
-------------------------------------------------------------
:Author: |AUTHOR|
:Version: Version |VERSION|
:Manual section: 1
Synopsis
==========
.. include:: synopsis.rst
2021-02-06 15:50:56 +00:00
Common Options
==============
All command supports the following parameters to specify the changer device:
--device <path> Path to Linux generic SCSI device (e.g. '/dev/sg4')
--changer <name> Use changer from Proxmox Backup Server configuration.
Commands generating 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).
2021-01-27 17:13:00 +00:00
Description
============
.. include:: description.rst
2021-02-06 15:50:56 +00:00
ENVIRONMENT
===========
2021-01-27 17:13:00 +00:00
2021-02-06 15:50:56 +00:00
:CHANGER: If set, replaces the `--device` option
:PROXMOX_TAPE_DRIVE: If set, use the Proxmox Backup Server
configuration to find the associated changer device.
2021-02-06 15:50:56 +00:00
.. include:: ../pbs-copyright.rst