2021-02-05 10:12:52 +00:00
|
|
|
==========================
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
2021-02-06 15:50:56 +00:00
|
|
|
Commands generating output supports the ``--output-format``
|
|
|
|
parameter. It accepts the following values:
|
2021-02-05 10:12:52 +00:00
|
|
|
|
|
|
|
:``text``: Text format (default). Human readable.
|
|
|
|
|
|
|
|
:``json``: JSON (single line).
|
|
|
|
|
|
|
|
:``json-pretty``: JSON (multiple lines, nicely formatted).
|
|
|
|
|
|
|
|
|
2021-02-08 07:34:31 +00:00
|
|
|
Device driver options can be specified as integer numbers (see
|
|
|
|
``/usr/include/linux/mtio.h``), or using symbolic names:
|
|
|
|
|
|
|
|
:``buffer-writes``: Enable buffered writes
|
|
|
|
|
|
|
|
:``async-writes``: Enable async writes
|
|
|
|
|
|
|
|
:``read-ahead``: Use read-ahead for fixed block size
|
|
|
|
|
|
|
|
:``debugging``: Enable debugging if compiled into the driver
|
|
|
|
|
|
|
|
:``two-fm``: Write two file marks when closing the file
|
|
|
|
|
|
|
|
:``fast-mteom``: Space directly to eod (and lose file number)
|
|
|
|
|
|
|
|
:``auto-lock``: Automatically lock/unlock drive door
|
|
|
|
|
|
|
|
:``def-writes``: Defaults are meant only for writes
|
|
|
|
|
|
|
|
:``can-bsr``: Indicates that the drive can space backwards
|
|
|
|
|
|
|
|
:``no-blklims``: Drive does not support read block limits
|
|
|
|
|
|
|
|
:``can-partitions``: Drive can handle partitioned tapes
|
|
|
|
|
|
|
|
:``scsi2locical``: Seek and tell use SCSI-2 logical block addresses
|
|
|
|
|
|
|
|
:``sysv``: Enable the System V semantics
|
|
|
|
|
|
|
|
:``nowait``: Do not wait for rewind, etc. to complete
|
|
|
|
|
|
|
|
:``sili``: Enables setting the SILI bit in SCSI commands when reading
|
|
|
|
in variable block mode to enhance performance when reading blocks
|
|
|
|
shorter than the byte count
|
|
|
|
|
|
|
|
|
2021-02-05 10:12:52 +00:00
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
|
|
|
.. include:: description.rst
|
|
|
|
|
|
|
|
|
2021-02-06 15:50:56 +00:00
|
|
|
ENVIRONMENT
|
|
|
|
===========
|
|
|
|
|
|
|
|
:TAPE: If set, replaces the `--device` option.
|
|
|
|
|
|
|
|
:PROXMOX_TAPE_DRIVE: If set, replaces the `--drive` option.
|
|
|
|
|
|
|
|
|
2021-02-05 10:12:52 +00:00
|
|
|
.. include:: ../pbs-copyright.rst
|