The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-03-2004
rahmanm rahmanm is offline
Registered User
 

Join Date: Nov 2004
Location: Bangladesh
Posts: 11
I follow the following procedure to write into tape.
#cd /onlinedbbk
#tar-cvf online.exp031204.tar online.exp
#compress -H online.exp031204.tar
# tar -cvf /dev/rStp0 online.exp031204.tar.Z

Thanks,

Mostafizur Rahman
Reply With Quote