Thread
:
Backing-up installed apps - how?
View Single Post
gnuite
2006-01-20 , 17:27
Posts: 1,245 | Thanked: 421 times | Joined on Dec 2005
#
2
Here's one (ugly) idea:
Code:
tar zcpf /media/mmc1/app-backup.tgz /var/lib/install
To restore from backup, use:
Code:
tar zxpf /media/mmc1/app-backup.tgz -C /
At least you don't have to be root. You do need xterm, though, or sshd. Note that this will backup/restore ALL installed apps (not just the ones that appear in the Extras menu). It
will
restore menu icons for those apps that have them in the Extras menu.
Last edited by gnuite; 2006-01-20 at
17:31
.
Quote & Reply
|
gnuite
View Public Profile
Send a private message to gnuite
Find all posts by gnuite