#!/usr/bin/ksh ############################################################################### # # Module: label_tape.sh.sh # Author: Peter R. Schmidt # Description: Label a Legato backup tape via a shell script # # Note: For some reason, Legato always gave tapes a 2 year expiration. # if you wanted it or not. # This is how to label the tape with a very long expiration date # # Change Log # # Date Name Description................. # 09/25/00 Peter R. Schmidt Start Program # ############################################################################### nsrmm -l -v -y -f "/dev/rmt/0n" -e "01/01/2015" -b "DBMIData" DBMIData.0001