Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha - Beta (Fedora 9 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha - Beta (Fedora 9 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th April 2008, 01:59 PM
trotter1985 Offline
Registered User
 
Join Date: Mar 2006
Posts: 6
Question Using Evolution with Fedora Beta and Preview

I have very much enjoyed testing versions of Fedora (going all the way back to RedHat 4), but have always wrestled with the following trivial issue: How does one migrate an addressbook (including group aliases) for Evolution from one installation to another - if you do a complete reinstall and not an upgrade. I don't care about the messages, as they are archived on an IMAP server. It's just that I have an extensive addressbook, and a lengthy list of group aliases. This is trivial to do for both KMail and Thunderbird, and they have text files down in the .kmail and .thunderbird directories. But I can't seem to find a way to do the equivalent thing for Evolution.
  #2  
Old 19th April 2008, 07:55 PM
mbokil's Avatar
mbokil Offline
Registered User
 
Join Date: Nov 2004
Location: Boston
Posts: 503
look for .evolution/addressbook. In general if you are doing an upgrade to Fedora I would backup your home folder and include all the hidden files. Then you can copy the addressbook files back over the new ones to get everything back. On my computer I backup .config .fonts .evolution .mozilla .jpilot .gnome, etc.

If you want to get a little fancy and do this automatically with something like an external USB drive for safe keeping you could use something like my backup script. I have it attached to a desktop button and I press it to trigger a backup as needed. If you want to get even fancier you could set cron to run the script each night automatically. I kind of learned this the hard way to always keep a spare copy of stuff I really want on a spare drive after losing a years worth of work, mp3s I ripped when a harddrive died on me. ouch.

Code:
#!/bin/bash
# backup shell script for Mark's Fedora Box

# clear mozilla cache before copying, no point copying crud
rm -rf /home/mark/.mozilla/default/Cache/*

# touch usb drive to activate
touch /media/19G_Drive/test.txt

# rsync backups only changed files, plus removes old deleted files
rsync -a --delete /home/mark/Documents/ /media/19G_Drive/Backup/Documents 
rsync -a --delete /home/mark/.mozilla/ /media/19G_Drive/Backup/.mozilla 
rsync -a --delete /home/mark/.jpilot/ /media/19G_Drive/Backup/.jpilot 
rsync -a --delete /home/mark/.config/ /media/19G_Drive/Backup/.config 
rsync -a --delete /home/mark/.gnome2/ /media/19G_Drive/Backup/.gnome2
rsync -a --delete /home/mark/.fonts/ /media/19G_Drive/Backup/.fonts
rsync -a --delete /home/mark/.openoffice.org2.0/ /media/19G_Drive/Backup/.openoffice.org2.0
rsync -a --delete /home/mark/Music/ /media/19G_Drive/Backup/Music


# notify backup is completed, fancy reminder popup
notify-send --urgency="normal" --expire-time=999999 --icon="gtk-dialog-info" "Backup Completed" "Rsync finished synchronizing the folders: Documents .mozilla .jpilot .config .gnome2 .oppenoffice and Music"
__________________
Fedora 9 / XFCE 4.4.2
Athlon Thunderbird CPU 1.3 GigHz
750 MB RAM
Nvidia Gforce 6200
Mozilla Seamonkey 1.1.9 browser with MonkeyMenu Extension

Last edited by mbokil; 19th April 2008 at 08:13 PM.
 

Tags
beta, evolution, fedora, preview

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
beta to preview fedora 11 bakerboy26 Alpha, Beta & Snapshots Discussions (Fedora 11 Only) 4 28th April 2009 07:26 PM
Fedora 9 Beta + Preview causing boot errors on my fc6 RVF16 Alpha - Beta (Fedora 9 Only) 7 27th April 2008 03:34 PM
F9 Beta Preview scheduled for 4/14 marko Alpha - Beta (Fedora 9 Only) 0 12th April 2008 11:41 PM
evolution: message preview hangs, can't kill jhegge Using Fedora 0 14th May 2007 09:23 PM


Current GMT-time: 20:01 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat