Here is what I wrote. It runs in cron once daily:
#!/usr/bin/ksh
ls -l /fdmsbkup_nfs/hot/pfdms| awk '{print $9}' > /opt/legato/fdms-list
rm /opt/legato/nsrlist.txt
for i in `cat /opt/legato/fdms-list`
do
print "/fdmsbkup_nfs/hot/pfdms/$i," >> /opt/legato/nsrlist.txt
done
cat /opt/legato/list >>...
joser01, Did your problems on Solaris resolve after installing the IBM drivers? I am using the native st driver on Solaris and I am having similiar issues. I have tried multiple configurations in the st.conf as well as using the native st driver. I am running Solaris 8 if anyone knows the...
I have a 2TB file system I am trying to backup to tape. I have about 1.5 TB of change each day on this mount point. I have IBM LTO-2's in my L700. The issue is that there is only one directory under the mount point, so I am unable to set up multiple savesets to get more than one stream. These...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.