Topic: backup script to snapshot existing configs
Hopefully I'm not spamming..
With the new Statler images coming in, I guess many would like to install from ISO image. Good thing but what about the zillion customization done to the UI look and feel. And not to mention important stuff like Iceweasel profiles, Evolution data etc.,
Is there an application (hopefully there is...) to do the job? for now, I wrote a simple shell script and I intend to add to it everytime I do some customization. I invite people to add to the list on what else is needed according to them. Script to be run from home directory.
backupscript.sh
mkdir configbackup && cd configbackup
# Hidden directories backup
cp -r ../.config .
cp -r ../.gnome2 .
cp -r ../.mozilla .
cp -r ../.evolution .
## How to get the wine menu in lxpanel after copying this folder?
cp -r ../.wine .
# Regular directories backup
cp -r ../PDF .
cp -r ../htdocs .
# Files
cp ../.conkyrc .