Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
tar -xvf <archive> <file.xml> hangs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
philip
Guru
Guru


Joined: 10 Jun 2003
Posts: 535
Location: Sweden

PostPosted: Sat Feb 26, 2011 1:36 pm    Post subject: tar -xvf <archive> <file.xml> hangs Reply with quote

I am trying to extract old bookmarks from from my backup which resides on a separate disk

Code:
# tar -xvf /mnt/hdb1/Backups/archive_2010_11_12.bz2 /home/<user>/.kde4/share/apps/konqueror/bookmarks.xml


But tar hangs (or loops) at this point. Nothing happens and the command line prompt is not returned. Has anyone experienced this with tar?

Code:
# tar -xvf /mnt/hdb1/Backups/archive_2010_11_12.bz2


Works fine, but I get the whole archive unpacked, while I just wanted this particular file.
_________________
/Phil
Back to top
View user's profile Send private message
s_bernstein
Apprentice
Apprentice


Joined: 11 Mar 2006
Posts: 172
Location: Bremen, Germany

PostPosted: Sat Feb 26, 2011 3:14 pm    Post subject: Reply with quote

Your cmd line looks good to me, it should do the trick. But depending on the size of your tar it will take a long time to do so because have to read all the data serial up to the point your file is stored. Also the file will be restored in the original place.
Back to top
View user's profile Send private message
philip
Guru
Guru


Joined: 10 Jun 2003
Posts: 535
Location: Sweden

PostPosted: Sun Feb 27, 2011 10:35 pm    Post subject: Reply with quote

I beleive you are right. Traversing the compressed archive in serial order takes time. Also the syntax of the file being looked for needs to be exactly right. I have noticed that the leading slash (denoting the root directory) is missing in the archive file designations. This must be accounted for in the search string.
_________________
/Phil
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum