The UNIX and Linux Forums  

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 -->
  #2 (permalink)  
Old 11-12-2008
RDP RDP is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 9
are you just looking to make a backup of everything or are you looking to move the system to another box?

I usually use the -depth command to make sure it gets everything.

log in
cd to /

find . -depth -print | cpio -ocBv > /dev/rStp0


If you are looking for something to keep backing up your system I would look into lonetar or backupedge. their products work great with SCO and both of the products allow you to make Rescue Disks. These are a set of floppies that you can boot from, that will access the tape drive and then allow you to restore your system to a blank disk. It will even divvy the disk back to what it was.

good luck.