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 -->
  #7 (permalink)  
Old 01-23-2009
herot herot is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 11
OK, i used the command you provided:
Code:
find . -depth -print | cpio -ocBv > /dev/rStp0
to backup my server. Now how do i extract just one directory on the archive?? I want to specify a source directory and a target directory.