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.









hadi # 23. July 2008, 11:02
- Maaf komentku ga nyambung dgn isi blognya -
Black_Claw # 31. July 2008, 22:01
*lompat ke empang*
Yeni Setiawan # 31. July 2008, 22:46
Black_Claw # 2. August 2008, 16:40
deathmortal # 4. August 2008, 12:05