#!/bin/sh
DEV=/dev/nst0
echo "Retensioning Tape"
mt -f $DEV retension
