Skip to content

howto copy or move thunderbird profile to pc and back from different location to default location

So, I tried to be smarter as smart and I moved the default thunderbird location from "$HOME/.thunderbird" to "$HOME/somewhere/else/thunderbird". I will call the second path " from now one. "" is the reference to "$HOME".
First of all, copy the data (super smart hint, use scp or sshfs for the copy process.


cp -r --preserve=timestamp,mode /.thunderbird /

Afterwards you have to adapt some files since the old path is stored there as references.


cd /.thunderbird
grep -lr 'path\/to\/thunderbird' *
#for each files
vim 
%s/path\/to\/thunderbird/\.thunderbird/g

Now start your thunderbird for the first time and everything should be fine.

Trackbacks

No Trackbacks

Comments

Display comments as Linear | Threaded

No comments

The author does not allow comments to this entry

Add Comment

E-Mail addresses will not be displayed and will only be used for E-Mail notifications.
To leave a comment you must approve it via e-mail, which will be sent to your address after submission.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Markdown format allowed
Form options