The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SCO
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-11-2008
herot herot is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 11
Complete backup of system spanning all filesystems

how would a make a complete backup of all files spanning all file systems on my SCO box to tape?

i read somewhere:

find . -print | cpio -ocv > /dev/rStp0

from / ... will this do it??

(yes /dev/rStp0 is my tape drive)