wazoox / ioscsitape

Automatically exported from code.google.com/p/ioscsitape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ioscsitape

SCSI Tape driver for Mac OS X. This allows for standard utilities like tar to directly read and write to tape.

Despite being a Unix-like operating system Mac OS X has never included a Unix-like tape driver. Since Mac OS X's release in 2001 Apple has instead wanted developers to use a separate Mac OS X-proprietary API for accessing devices like tape drives. Unfortunately this forces developers to reinvent an already well-established wheel. As well to adapt to said API would limit the flexibility and platform-agnostic nature of some standard and very popular tools and methodologies of working with tape drives.

IOSCSITape provides a typical Unix-like character device file (e.g. /dev/rst0) with accompanying tool (mt) for tape drive manipulation on Mac OS X. IOSCSITape aims to bring the capability of running standard tools like tar and dd as well as popular tools like Amanda and Bacular to Mac OS X.

BE ADVISED: IOSCSITape is not yet intended for production use. It has had limited testing on a very limited set of hardware and is still in early development. Use at your own risk.

This was automatically exported from http://code.google.com/p/ioscsitape

The original author has imported IOSCSITape here: https://github.com/jessepeterson/IOSCSITape

About

Automatically exported from code.google.com/p/ioscsitape

License:MIT License


Languages

Language:C++ 63.4%Language:C 26.6%Language:Groff 10.0%