View Single Post
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#12
That's easy enough. You don't need to be root, the file is in your home directory.
Open an xterm and do:
Code:
cp .gvm/gvm.store /media/mmc1/.
(or use some other location, e.g. mmc2.)
To restore:
Code:
cp /media/mmc1/gvm.store .gvm/.
Or, something that's probably a bit better: Include the small config files too:
Code:
tar cvf /media/mmc1/gvm-backup.tar .gvm
To restore:
Code:
tar xvf /media/mmc1/gvm-backup.tar
All of the above is executed from your home directory, just opening an xterm will put you in the right spot.
(The commands are simple enough that if you have e.g. load-applet-run installed you could use its 'Run' command with Save and have 2 commands in the applet, for backup and restore)
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 

The Following 4 Users Say Thank You to TA-t3 For This Useful Post: