为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Thunderbird profile backup: unable to find profile folder

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 MSEL

more options

I am unable to find my profile folder in order to back it up. My computer does not show it located where Thunderbird says it is located. I followed the Mozilla instructions "How to find your profile," (at https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data#w_backing-up-a-profile), and the Windows Explorer window shows my profile is located at C:\Users\[name of computer]\AppData\Roaming\Thunderbird\Profiles\1pp6ndy5.default. However, when I open up C:\Users\[name of computer], there is no AppData folder inside it. There is a Roaming folder inside it, but that folder does not contain a Thunderbird folder. Why is the AppData folder not showing inside the [name of computer] folder?

I am unable to find my profile folder in order to back it up. My computer does not show it located where Thunderbird says it is located. I followed the Mozilla instructions "How to find your profile," (at https://support.mozilla.org/en-US/kb/profiles-where-thunderbird-stores-user-data#w_backing-up-a-profile), and the Windows Explorer window shows my profile is located at C:\Users\[name of computer]\AppData\Roaming\Thunderbird\Profiles\1pp6ndy5.default. However, when I open up C:\Users\[name of computer], there is no AppData folder inside it. There is a Roaming folder inside it, but that folder does not contain a Thunderbird folder. Why is the AppData folder not showing inside the [name of computer] folder?

被采纳的解决方案

Windows is hiding the appdata folder, along with a large proportion of the files on your system. Windows search does not search these hidden folder either.

If you open a windows run dialog (Windows key + R) and type %appdata% windows will show you the hidden appdata folder and it's contents, just as Thunderbird shows you the hidden profile folder. Or you can turn on the viewing of all files and folders in Windows. See https://support.microsoft.com/en-us/help/14201/windows-show-hidden-files for Microsoft's instruction to set that up.

定位到答案原位置 👍 0

所有回复 (4)

more options

选择的解决方案

Windows is hiding the appdata folder, along with a large proportion of the files on your system. Windows search does not search these hidden folder either.

If you open a windows run dialog (Windows key + R) and type %appdata% windows will show you the hidden appdata folder and it's contents, just as Thunderbird shows you the hidden profile folder. Or you can turn on the viewing of all files and folders in Windows. See https://support.microsoft.com/en-us/help/14201/windows-show-hidden-files for Microsoft's instruction to set that up.

more options

Thanks, Matt, for the pointer on showing hidden files. I found the Profiles folder, but am encountering other problems. For one, showing hidden files shows a Google Picasa folder, named .picasaoriginals, on my desktop, with photos in it. I don't want it hanging out there in view, cluttering up the desktop, but am afraid to delete it as I think it may delete the photos. I have no idea why it is there.

I tried to work around this by creating a shortcut to the Profiles folder, intending to turn off the show hidden files feature and find the Profiles folder via the shortcut, placed in my Start Menu. When I created the shortcut, Windows 7 named it "Profiles - Shortcut." But when I click on the shortcut, it links to the 1pp6ndy5.default folder, which is the folder inside the Profiles folder, and I cannot use Windows Explorer to tree back one level to the Profiles folder. Mozilla says I should copy the Profiles folder, not the 1pp6ndy5.default folder.

I used to back up Thunderbird daily using MozBackup, which was simple, but it is no longer supported, and is reported to have glitches that may cause backed up profiles to not restore. Is there a way to get a shortcut to the Profiles folder to actually link to the Profiles folder? Or safely eliminate the Picassa folder from ghosting on my desktop?

more options

My personal view, and it is my own is use a batch file to do the backup. REgardless of what is "normally rcommended" I suggest you include the top Thunderbird folder as it contains the profiles.ini file. This is the file that tells Thunderbird where your profile is stored. You must also have all of the account directories in account settings in their default locations. Directories not in the Appdata\Thunderbird structure will not be included in any backup you create.

in notepad paste the following text

copy %appdata%\Thunderbird\*.* /S BackupLocation

Where BackupLocation is the place you want your backup. Say E:\

Save the file and when saving change the file type to all files then add a .bat extension to the file. something like backupThunderbird.bat

An alternative is the import/export tools which has a profile backup routine built in which can schedule a profile backup. https://addons.mozilla.org/en-US/thunderbird/addon/importexporttools/

more options

Thanks for the suggestions, Matt. I do not understand your instructions on using a batch file. I found a different solution that I think will work. I discovered that creating a shortcut to a folder does not link to that folder in its closed form, but in its open form, with its contents displayed. This is why when I created a shortcut to the Profiles folder, it went to the 1pp6ndy5.default folder inside it, and I could not tree back to Profiles. So I created a shortcut to the Thunderbird folder, which shows the Profiles folder inside it. From there it is easy to copy and paste Profiles to my external hard drive for back up. With the shortcut in now place, I turned off "show hidden files."