Hi,
The data am copying is more than 2gb. cpio, tar, rdist, dd has a limit of 2gb on sco unix 5.0.5 so it gives a
signal 31 -core dump
when it reaches 2gb.
Is there any utility that can be used to do nfs back up of more than 2gb of data on sco unix 5.0.5?
Thanks a lot. I will try it out.
Really, i want to backup the content of the /dataold on the local server(ibm netfinity) to the netapp filer(FAS 270C) /ddvol.
I guess i can modify the restore command as follows:
cd /data ; cpio -idcvumB -I /ddvol/dataold_backup.cpio
where /data is the mount...
$[staren isha]/>cp -R -p -f /dataold/* /ddvol
This is using the cp command. The mount point for the netapp is /ddvol.
using tar
tar xvf /dev/rct0
This is to restore the tape content to the netapp mount point on the server /ddvol
using pax
cd /dataold
pax -rw . /ddvol
This is to copy the...
We are having some problems creating a backup of a SCO box we have over NFS. IT is running sco 5.0.5 and we are backing up over an NFS mount to a netapp box(NAS).
We have used cpio, tar, pax,dd but we found out that not all the files get copied to the NAS box over NFS.
What could be...
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.