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

搜索 | 用户支持

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

详细了解

Schedule export of all bookmarks

  • 4 个回答
  • 2 人有此问题
  • 207 次查看
  • 最后回复者为 captainajb

more options

On Windows system I would like to schedule an export of all my bookmarks on a monthly basis using either the schtasks command or the admin tool task scheduler

Thanks

On Windows system I would like to schedule an export of all my bookmarks on a monthly basis using either the schtasks command or the admin tool task scheduler Thanks

被采纳的解决方案

These add-ons can be a great help by backing up and restoring Firefox

https://addons.mozilla.org/en-US/firefox/addon/febe/ FEBE (Firefox Environment Backup Extension)

FEBE allows you to quickly and easily backup your Firefox extensions, history, passwords, and more. In fact, it goes beyond just backing up -- It will actually rebuild your saved files individually into installable .xpi files. It will also make backups of files that you choose.

https://addons.mozilla.org/en-US/firefox/addon/opie/ OPIE

Import/Export extension preferences

定位到答案原位置 👍 0

所有回复 (4)

more options

What format do you want?

Native Backup Format

Firefox's native backup format is JSON using LZ4 compression. The files are stored in your active profile in a folder named bookmarkbackups and are updated approximately daily (less often if there are no changes). You could back up that folder. More info:

Classic HTML Format

Most browsers can import an old HTML-format bookmark export file. I am not aware of a way to trigger an export from outside of Firefox. However, you can set Firefox to create an export at shutdown in a shared location on your computer (e.g., Documents folder), and then back that up.

To set that up:

(A) Open Windows Explorer to the folder where you want to send the exports. Keep this window open; later you'll select and copy the full path to the folder from the Windows Explorer address bar to paste into Firefox. For example:

C:\Users\username\Documents

(B) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(C) In the search box above the list, type or paste book and pause while the list is filtered

(D) Double-click the browser.bookmarks.autoExportHTML preference to switch the value from true to false

(E) Create a new preference for the export destination as follow:

(i) Select and copy the following preference name:

browser.bookmarks.file

(ii) Right-click a blank area of the page and choose New, then String. When the dialog appears asking for the name of the preference, paste browser.bookmarks.file and click OK

(iii) Now the dialog asks for a value. Leave that open and switch over the Windows Explorer. Select and copy the path from the address bar and switch back to Firefox and paste it. That may be similar to:

C:\Users\captainajb\Documents

Before clicking OK, if you want a custom file name, add that to the path. For example:

C:\Users\captainajb\Documents\auto-bookmarks.html

See also: how to set automatic backup for bookmarks

more options

Jscher2000 - Thanks for the quick response. It was HTML. I will look at setting up the compromise solution.

Regards

more options

选择的解决方案

These add-ons can be a great help by backing up and restoring Firefox

https://addons.mozilla.org/en-US/firefox/addon/febe/ FEBE (Firefox Environment Backup Extension)

FEBE allows you to quickly and easily backup your Firefox extensions, history, passwords, and more. In fact, it goes beyond just backing up -- It will actually rebuild your saved files individually into installable .xpi files. It will also make backups of files that you choose.

https://addons.mozilla.org/en-US/firefox/addon/opie/ OPIE

Import/Export extension preferences

more options

Its all too much :-) Thanks for further info