Tapedev: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Initial version.)
 
m (capitalize the firts word of a sentence)
Line 1: Line 1:
{{Glossary Entry}}
{{Glossary Entry}}


Specify the no-rewind tape device to use. The rewind device to use is specified by [[Rawtapedev|rawtapedev]]. Both are set per configuration in {{man|5|amanda.conf}}. for [[Vtape|vtapes]] specify the fully qualified directory where the tapes reside, e.g., for an external hard drive under Linux:
Specify the no-rewind tape device to use. The rewind device to use is specified by [[Rawtapedev|rawtapedev]]. Both are set per configuration in {{man|5|amanda.conf}}. For [[Vtape|vtapes]], specify the fully qualified directory where the tapes reside, e.g., for an external hard drive under Linux:


<pre>tapedev  "file:/media/backs/amanda/DailySet1"</pre>
<pre>tapedev  "file:/media/backs/amanda/DailySet1"</pre>

Revision as of 16:21, 23 July 2010


Specify the no-rewind tape device to use. The rewind device to use is specified by rawtapedev. Both are set per configuration in amanda.conf(5). For vtapes, specify the fully qualified directory where the tapes reside, e.g., for an external hard drive under Linux:

tapedev  "file:/media/backs/amanda/DailySet1"

In most Unixes, including Linux, there are two devices per tape drive, the rewind device and the no-rewind device. The rewind device rewinds after each access, the no-rewind device does not. So to read or write several files in sequence to the tape drive, you must use the no-rewind device, and you must manually rewind as necessary.

See also FAQ:What's the difference between a device and a changer? Between tapedev and tpchanger?.