Backup / Restore Evolution

View: New views
4 Messages — Rating Filter:   Alert me  

Backup / Restore Evolution

by merlyn2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Would some wise person help me with an Evolution prob.

I'm running Evolution 2.8.1 on an old Ubuntu system.

I want to transfer all the data from this installation to a fresh installation of Ubuntu running Evolution 2.26.1

I've googled about a lot and tried a few suggestions but nothing has worked.

Help much appreciated. I'm pulling my hair out.

Thanks.

Parent Message unknown Re: Backup / Restore Evolution

by Akhil Laddha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Tue, 2009-10-27 at 05:29 -0700, merlyn2 wrote:
> Would some wise person help me with an Evolution prob.
>
> I'm running Evolution 2.8.1 on an old Ubuntu system.
>
> I want to transfer all the data from this installation to a fresh
> installation of Ubuntu running Evolution 2.26.1
>
> I've googled about a lot and tried a few suggestions but nothing has worked.
>

These urls should help you

http://www.go-evolution.org/FAQ#How_can_I_completely_backup_evolution.3F

http://www.go-evolution.org/FAQ#How_can_I_transfer_all_my_Evolution_data_from_an_old_home_directory_to_a_new_home_directory.3F

- Akhil

> Help much appreciated. I'm pulling my hair out.
>
> Thanks.



_______________________________________________
Evolution-list mailing list
Evolution-list@...
http://mail.gnome.org/mailman/listinfo/evolution-list

signature.asc (272 bytes) Download Attachment

Re: Backup / Restore Evolution

by Patrick O'Callaghan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-10-27 at 05:29 -0700, merlyn2 wrote:

> Would some wise person help me with an Evolution prob.
>
> I'm running Evolution 2.8.1 on an old Ubuntu system.
>
> I want to transfer all the data from this installation to a fresh
> installation of Ubuntu running Evolution 2.26.1
>
> I've googled about a lot and tried a few suggestions but nothing has worked.
>
> Help much appreciated. I'm pulling my hair out.
>
> Thanks.

http://www.go-evolution.org/FAQ#How_can_I_completely_backup_evolution.3F
(also the following question on the same page).

poc

_______________________________________________
Evolution-list mailing list
Evolution-list@...
http://mail.gnome.org/mailman/listinfo/evolution-list

Re: Backup / Restore Evolution

by Kojak T :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, 2009-10-27 at 05:29 -0700, merlyn2 wrote:

> Would some wise person help me with an Evolution prob.
>
> I'm running Evolution 2.8.1 on an old Ubuntu system.
>
> I want to transfer all the data from this installation to a fresh
> installation of Ubuntu running Evolution 2.26.1
>
> I've googled about a lot and tried a few suggestions but nothing has worked.
>
> Help much appreciated. I'm pulling my hair out.
>
> Thanks.



Hi,

I am not familiar with the 2.8.1 version, but I know that at some point,
evolution has changed database system. To my knowledge, the Hardy
version (8.04) is still using the old database system, but with updates.
I would suggest to install a virtual machine with Hardy and try to
import your backup (made by evolution) in there. Alternatively, you can
use the script below to create a backup. (extract in you virtual machine
after) If hardy can read it, create a new backup with evolution on
hardy, and try restoring that in the new version. It should
automatically upgrade your database to the new one.

Good Luck.
M.kojak.S




#! /bin/sh
#

# Shutdown evolution and gconftool-2

gconftool-2 --shutdown
evolution --force-shutdown

# Backup evolution settings and data to a backup directory.

sudo tar
-cvzf /home/user/evolution-backup.tar.gz /home/user/.evolution/ /home/user/.gconf/apps/evolution/ /home/user/.gnome2_private/Evolution/



_______________________________________________
Evolution-list mailing list
Evolution-list@...
http://mail.gnome.org/mailman/listinfo/evolution-list