View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#221
Originally Posted by jsbigs View Post
Thanks all. I'm trying one method at a time though I can't get past the last line of code in this. I get the following error:

Code:
tar: can't open 'data.tar': No such file or directory
This is after I ran:

Code:
7z x backupmenu_0.52-1_all.deb
and have two new files in my directory:

control.tar.gz
data.tar.gz

Is there something I'm doing wrong?
No - must be a different version of 7zip (I was checking on the desktop). You'll need to do "tar -xzf data.tar.gz -C /" instead then.
 

The Following User Says Thank You to Rob1n For This Useful Post: