Ubuntu Linux, ubuntu desktop, Linux operating system, ubuntu guide

Tag: Evolution Backup and Restore

Backup and Restore Evolution on Ubuntu

by on May.29, 2010, under RHEL5, Ubuntu, ubuntu 10.04, ubuntu 7.10, ubuntu 8.10, ubuntu 9.04, Ubuntu 9.10

Evolution Backup


Step 1:

Shutdown evolution and gconftool-2
$gconftool-2 --shutdown $evolution –force-shutdown 
Step 2:

Create an archive with the data and configuration files


To completely save the Evolution data and configuration, you need to save the following directories/files:

  1. ~/.evolution/
  2. ~/.gconf/apps/evolution/
  3. ~/.gnome2_private/Evolution

The following command will take care of these

$cd

$tar -cvzf evolution-backup.tar.gz .evolution .gconf/apps/evolution

Now the file evolution-backup.tar.gz is the backup you want. You can move the data over to another Ubuntu computer if you like, and just un-tar the archive while in your /home/username/ directory to restore it.

Restore

$gconftool-2 --shutdown

$evolution --force-shutdown

$tar xzf evolution-backup.tar.gz 
The above command restore your mail, address book, calendar etc
Leave a Comment :, , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!