[Evolution] Back up and restore procedures
- From: "Celsun ." <tarcell hotmail com>
- To: evolution lists ximian com
- Subject: [Evolution] Back up and restore procedures
- Date: Wed, 19 Jan 2005 15:59:27 -0500
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]