Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Is there any way to export all bookmarks as a cron job?

  • 1 odpoveď
  • 0 má tento problém
  • 12 zobrazení
  • Posledná odpoveď od cor-el

more options

Hi, I would like to export all my bookmarks once a day. This needs to happen automatically because it will be part of a bigger idea where I will be working with this file etc.

Is there any way to do this? For example: - do it using API directly in the Firefox Sync service? - do it via command line in Windows?

Any other idea?

Hi, I would like to export all my bookmarks once a day. This needs to happen automatically because it will be part of a bigger idea where I will be working with this file etc. Is there any way to do this? For example: - do it using API directly in the Firefox Sync service? - do it via command line in Windows? Any other idea?

Všetky odpovede (1)

more options

There are automatically created compressed .jsonlz4 backups in the bookmarkbackups folder, only created when the calculated bookmark hash value has changed. You would have to decompress such a backup if you need direct access to bookmarks.

The name of automatically created JSON bookmarks backups in the bookmarkbackups folder includes a total item count (folders and separators included) and an hash value to prevent saving the same backup more than once. You also see this count in the Library Restore menu drop-down list.

  • bookmarks-YYYY-MM-DD_<item count>_<hash>.jsonlz4.

You can make Firefox create an automatic HTML backup (bookmarks.html) in the Firefox profile folder when Firefox is closed by setting browser.bookmarks.autoExportHTML to true on the about:config page.

The HTML backup is created by default in the profile folder as bookmarks.html every time you close Firefox, but you can set the path and file name via a new String pref on the about:config page named browser.bookmarks.file and set its value to the full path of the backup bookmarks.html file including the file name.

Pomohla vám táto odpoveď?

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.