[Evolution] Back up and restore procedures



Hi,

What alterations are needed to use the following to back up and restore Evo 2.x.x? (/.evolution being one.)

======
BACKUP
======
evolution --force-shutdown

gconftool-2 --shutdwon

cd ~

find ~/evolution/local/ -name "mbox.*" -exec rm -f {} \;

tar -cvzf /path/to/evolution.tar.gz evolution .gconf/apps/evolution


=======
RESTORE
=======
evolution --force-shutdown

gconftool-2 --shutdown

cd ~

tar -xvzf /path/to/evolution.tar.gz

Thanks,

Celsun





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]