[Lunar-commits] r17425 - in moonbase/trunk/utils: . mtx
Dennis Veatch
stumbles at lunar-linux.org
Wed Nov 23 16:37:27 UTC 2005
Author: stumbles
Date: 2005-11-23 16:37:24 +0000 (Wed, 23 Nov 2005)
New Revision: 17425
Added:
moonbase/trunk/utils/mtx/
moonbase/trunk/utils/mtx/DETAILS
Log:
Initial import as request by rpyne at kinfolk.org
compiled with gcc-3.4.4 and glibc-2.3.5
Added: moonbase/trunk/utils/mtx/DETAILS
===================================================================
--- moonbase/trunk/utils/mtx/DETAILS 2005-11-23 06:43:08 UTC (rev 17424)
+++ moonbase/trunk/utils/mtx/DETAILS 2005-11-23 16:37:24 UTC (rev 17425)
@@ -0,0 +1,23 @@
+ MODULE=mtx
+ VERSION=1.2.18rel
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=ftp://ftp.badtux.net/pub/storage/mtx/
+ WEB_SITE=http://mtx.badtux.net/
+ ENTERED=20051123
+ UPDATED=20051123
+ SHORT="low level driver to control SCSI backup related devices"
+
+cat << EOF
+mtx is a set of low level driver programs to control features of SCSI backup
+related devices such as autoloaders, tape changers, media jukeboxes, and
+tape drives. It can also report much data, including serial numbers, maximum
+block sizes, and TapeAlert(tm) messages that most modern tape drives
+implement (to tell you the exact reason why a backup or restore failed), as
+well as do raw SCSI READ and WRITE commands to tape drives (not important on
+Linux, but important on Solaris due to the fact that the Solaris tape driver
+supports none of the additional features of tape drives invented after
+1988). mtx is designed to be a low level driver in a larger scripted backup
+solution, such as Amanda. mtx is not supposed to itself be a high level
+interface to the SCSI devices that it controls.
+EOF
+
More information about the Lunar-commits
mailing list