From: Not Zed <notzed ximian com>
To: "Celsun ." <tarcell hotmail com>
CC: evolution lists ximian com
Subject: Re: [Evolution] Back up and restore procedures
Date: Thu, 20 Jan 2005 13:30:55 +0800
You should use gconftool-2 --dump xxxxx rather than shutting down gconf
and backing up the files - in some versions of gconfd, the file
locations changed.
There is also .gnome2_private/Evolution for any saved passwords.
On Wed, 2005-01-19 at 15:59 -0500, Celsun . wrote:
> 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