Hi all!
How could i know if a tape has been cloned?
My script to do the clonatio it´s like that
sudo mminfo -o t -q"!incomplete,ssretent<=next 3 months,copies=1,family=tape,location=Name_Library" -t 'last week' -r 'ssid, totalsize, pool' | egrep -vi "ssid|clone" |uniq > $FILE_SSIDS
cat $FILE_SSIDS| awk '{print $1}' > $FITLE_SSIDS_3
sudo nsrclone -v -b CloneLT -S -f $FILE_SSIDS_3
I want to know if there is a command to know if a tape had been entirely cloned
Thanks in advance
How could i know if a tape has been cloned?
My script to do the clonatio it´s like that
sudo mminfo -o t -q"!incomplete,ssretent<=next 3 months,copies=1,family=tape,location=Name_Library" -t 'last week' -r 'ssid, totalsize, pool' | egrep -vi "ssid|clone" |uniq > $FILE_SSIDS
cat $FILE_SSIDS| awk '{print $1}' > $FITLE_SSIDS_3
sudo nsrclone -v -b CloneLT -S -f $FILE_SSIDS_3
I want to know if there is a command to know if a tape had been entirely cloned
Thanks in advance