Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Search Forums:



UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 09-07-2005
Registered User
 

Join Date: Jul 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Untar to different location

I have a tar file where the files have been tar'd along with the location of the file i.e

/opt/abc/file.txt
/opt/abc/file2.txt

I am trying to untar this file on a different server where /opt/abc does not exist.

How do I untar these files without the tar trying to create the structure /opt/abc??

I really need to do this without the /opt/abc location being created on my server.
Sponsored Links
    #2  
Old 09-07-2005
Perderabo's Avatar
Unix Daemon (Adminstrator Emeritus)
 

Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,679
Thanks: 26
Thanked 238 Times in 148 Posts
You could use pax:
pax -r -s '=^/opt/abc=/tmp=' < tarfile
Sponsored Links
    #3  
Old 09-08-2005
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
 

Join Date: Oct 2003
Location: 54.23, -4.53
Posts: 1,694
Thanks: 1
Thanked 61 Times in 56 Posts
Or maybe chroot
    #4  
Old 09-09-2005
Registered User
 

Join Date: Jul 2005
Location: England
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
You could install GNU tar from www.sunfreeware.com as that strips leading slashes form pathnames by default.
Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
untar prakash96453 UNIX for Advanced & Expert Users 2 10-19-2007 01:59 AM
untar to a specified file melanie_pfefer UNIX for Dummies Questions & Answers 3 11-27-2006 01:32 PM
Untar a TAR file at different location malaymaru UNIX for Dummies Questions & Answers 5 09-18-2006 08:59 PM
Urgent....untar!!! rahul26 UNIX for Advanced & Expert Users 4 06-12-2006 07:41 AM
Untar to different location pradeep_desh UNIX for Advanced & Expert Users 1 05-26-2006 11:05 AM



All times are GMT -4. The time now is 04:04 AM.