View Single Post
Posts: 172 | Thanked: 27 times | Joined on Oct 2009 @ San Francisco, CA
#220
Originally Posted by Rob1n View Post
I just downloaded the BackupMenu .deb file onto my PC and extracted the scripts from it. You should be able to do the same on the N900 using 7zip and tar:
Code:
7z x backupmenu_0.52-1_all.deb
sudo gainroot
tar -xf data.tar -C /
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?