maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 10/07/2012 ) (https://talk.maemo.org/showthread.php?t=86611)

thedead1440 2012-09-18 06:04

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Quote:

Originally Posted by kainerious (Post 1268243)
Sorry, do not quite understand. I can get the installer.. Skype for example? I saw your mod in Quicktweak. Thanks.

Once you have installed Tweak KK-3-1,

in terminal as root:

Code:

backdeb -o account-plugin-skype

Edit:

If you want to find the package name of an app; in terminal as root:

Code:

dpkg -l | grep APP_NAME
The packages related to the app will appear then use backdeb to get them...

farfary 2012-09-19 18:51

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Quote:

Originally Posted by kainerious (Post 1268243)
Sorry, do not quite understand. I can get the installer.. Skype for example? I saw your mod in Quicktweak. Thanks.

very Thanks for ansewr thedead1440 :D
Yes You can , all app was installed on System ( these app is original app , you can not delet these or find theme with
Code:

dpkg show <packagename>
but you can find theme with
Code:

apt-cache show <packagename>
and for list of package file
Code:

dpkg -L <packagename>
worked
AND a things
some app need depends !
i dont tested these , but when you backdeb a package , dpkg error depends , and now you can install theme with
Code:

apt-get -f install
if apt-get not installed theme, add options " -d "
apt-get downloaded these , now you can install theme with " incept "
only for find the package details i add options for my app , because
the way is deffrent

Schturman 2012-09-19 19:45

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Quote:

Originally Posted by thedead1440 (Post 1268252)
Once you have installed Tweak KK-3-1,

in terminal as root:

Code:

backdeb -o account-plugin-skype
Edit:

If you want to find the package name of an app; in terminal as root:

Code:

dpkg -l | grep APP_NAME
The packages related to the app will appear then use backdeb to get them...

You can use it directly from tweak (after installation of creator)...
Tweak KK-4-3-2
it will ask: "Write the correct SYSTEM package name: "
here just write the name of package, for example:
Code:

account-plugin-skype
and it will create the .deb file...

rcolistete 2012-09-21 02:09

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
On Nokia N9, I need to install "binutils" package so "ar" works.
I've changed the destination directory to "/root/" instead of "/home/user/MyDocs/BackDeb/" by editing the scripts in "/opt/backdeb/".

thedead1440 2012-09-21 02:34

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
I would prefer it to backup to the mmc partition as it does now so that i can backup how many packages i want without eating up space from the rootfs partition...

rcolistete 2012-09-21 02:41

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Quote:

Originally Posted by thedead1440 (Post 1269874)
I would prefer it to backup to the mmc partition as it does now so that i can backup how many packages i want without eating up space from the rootfs partition...

On my N9, everytime I get :
ar: /home/user/MyDocs/BackDeb/<package-name>.deb: Permission denied

thedead1440 2012-09-21 02:47

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
hmmm i have never got that... Maybe Because i am using the version since that was first released and had a modified tar instead of the regular tar... The first page still has links to that tar...I also never installed binutils..

Will test the latest version and report back...

Schturman 2012-09-21 04:50

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Thedead1440, its not because of "tar" file, i don't use this file and after installation binutils it work without any problem..
After creating the .deb File, a Latest command is just transfer to user directory:
Code:

devel-su user -c "cp -f /home/.backdebtmp/$package$VERSION\_armel.deb /home/user/MyDocs/BackDeb"

thedead1440 2012-09-21 05:03

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Quote:

Originally Posted by Schturman (Post 1269885)
Thedead1440, its not because of "tar" file, i don't use this file and after installation binutils it work without any problem..

Thanks :)

Do you also get the permission denied error as in 4posts above? I've never got that error...

Schturman 2012-09-21 05:09

Re: [Announce] BackDeb : a Script for Backup Debian Package Installed With Dpkg ( Update 9/6/2012 )
 
Yes, i got this when copy command is directly without "devel-su user -c "command""
This is what i edited and added to N9QT..
Work like a charm ;)


All times are GMT. The time now is 08:04.

vBulletin® Version 3.8.8