Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 1 odpowiedź
  • 0 osób ma ten problem
  • 12 wyświetleń
  • Ostatnia odpowiedź 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?

Wszystkie odpowiedzi (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.

Pomocne?

Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.