firefox,thunderbirdのデータ移転(引越し)

firefox,thunderbirdのデータ移転(引越し)



Profiles 他もろもろが入っている Thunderbird デレクトリ、Firefoxディレクトリごと差し替える。


Widows XPの場合

C:\Documents and Settings\<ユーザ名>\Application Data\Thunderbird

C:\Documents and Settings\<ユーザ名>\Application Data\Mozilla\Firefox


Linux(Ubuntu)の場合は
$HOME/.mozilla と $HOME/.mozilla-thunderbird ディレクトリがそれです。

[hirasawa@ubuntu-17 ~]$ pwd
/home/hirasawa
[hirasawa@ubuntu-17 ~]$ ls -ltra | grep mozilla
drwx------  6 hirasawa hirasawa      4096 2010-09-02 00:45 .mozilla
lrwxrwxrwx  1 hirasawa hirasawa        27 2011-01-04 13:29 .mozilla-thunderbird -> /home/hirasawa/.thunderbird
-rwxr-xr-x  1 hirasawa hirasawa       256 2011-02-09 09:56 mozilla-bkup.sh
[hirasawa@ubuntu-17 ~]$ 

./.thunderbirdへのシンボリックリンクなのね。

#!/bin/bash
DIST=/mnt/192.168.1.41/mozilla-bkup/
cp -pr /home/hirasawa/.mozilla ${DIST}/
cp -pr /home/hirasawa/.mozilla-thunderbird ${DIST}/

追記でwindows7の場合、

Firefox では
%APPDATA%\Mozilla\Firefox\Profiles\

Thunderbird では
%APPDATA%\Thunderbird\Profiles\

なのは変わらずで、


XP では C:\Documents and Settings\<username>\Application Data\
Vista/7 ではC:\Users\<username>\AppData\Roaming\