--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1281473062.1...@beast.johnwfoster.info
Isn't that what "Backup Settings" in the "File" menu does?
--
Tixy () The ASCII Ribbon Campaign (www.asciiribbon.org)
/\ Against HTML e-mail and proprietary attachments
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1281476883....@computer2.home
Not sure if Evolution has anything built in, but, you can 'always' backup a
directory to restore later, ie '.evolution'.
I use rsync + cron to backup stuff.
--
Peace,
Greg
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
On debian at least, this is a plugin. Not sure what package its in.
Don't think this is built into evolution itself.
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTimwUChtU74E78Zwz...@mail.gmail.com
Ah, I didn't realise it wasn't built in.
Anyway, all it seems to do is zip up ~/.evolution and ~/.camel_certs
(which a normal backup of a home directory would include anyway ;-)
--
Tixy () The ASCII Ribbon Campaign (www.asciiribbon.org)
/\ Against HTML e-mail and proprietary attachments
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1281478212....@computer2.home
The "File -> Backup Settings / Restore Settings" option does exactly
what you need.
It's been there for several years now. I've used it several times.
Just 2 weeks ago I changed from Lenny to Squeeze and all my Evolution
stuff migrated along with me:
on original system:
--> File/Backup Settings
on new system:
--> File/Restore Settings
It works just fine.
cheers
jmf
>
>
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/1281514336....@squeeje.critical.pt
Step 1:
Shutdown evolution and gconftool-2:
$gconftool-2 --shutdown
$evolution --force-shutdown
Step 2:
Create an archive with the data and configuration files:
Note: To completely save the Evolution data and configuration, you
need to save the following directories/files:
~/.evolution/
~/.gconf/apps/evolution/
~/.gnome2_private/Evolution
The following command will take care of these
$cd
$tar -cvzf evolution-backup.tar.gz .evolution .gconf/apps/evolution
.gnome2_private/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.
To restore, use:
$gconftool-2 --shutdown
$evolution --force-shutdown
$tar xzf evolution-backup.tar.gz
$gconftool-2 --unload evolution_setting.xml
$gconftool-2 --load evolution_setting.xml
http://tuxtraining.com/2008/10/18/how-to-backup-evolution
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/AANLkTik4TxOsNT-XDO-5R...@mail.gmail.com
I have it, and have added no plugins. (Lenny)
Lisi
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Archive: http://lists.debian.org/201008290740.0...@gmail.com