Opera Backup Script
Sunday, 20. July 2008, 17:49:14
#!/bin/sh SOURCE="/home/sandal/.opera" TARGET="/home/sandal/.backup" FILE=`date +%Y-%m-%d-%H-%M` tar cfzP $TARGET/$FILE.tgz $SOURCE;
I save the script as opera-backup.sh, and set the script to be executed everytime linux is loaded. I'm using Zenwalk and I do this from Autostarted Application. Here is the sample of backup file:

To restore, simply extract the tgz files onto .opera directory.
Be sure to chmod with +x parameter so this script become executabled.
- Maaf komentku ga nyambung dgn isi blognya -
By mirac1e, # 23. July 2008, 11:02:09
*lompat ke empang*
By Black_Claw, # 31. July 2008, 22:01:01
By sandalian, # 31. July 2008, 22:46:22
By Black_Claw, # 2. August 2008, 16:40:55
By deathmortal, # 4. August 2008, 12:05:19