Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

'unable to process the backup file' - JSON bookmarks file

  • 1 trả lời
  • 4 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

I deleted my appdata files without thinking, and then cleared my recycle bin. When I opened up firefox again all of my bookmarks were gone. I used piriform recuva to find my deleted files, and recovered the ten bookmark backup JSON files. When I try to restore my bookmarks I get the message 'unable to process the backup file'. The files are 95kb in size, but when I open them up using notepad they're empty, however, when using the restore tool it says '480 items', which I'm assuming is the amount of bookmarks I had, which implies that the firefox can see the data. The same happens for all ten backups I recovered.

Any help would be appreciated.

I deleted my appdata files without thinking, and then cleared my recycle bin. When I opened up firefox again all of my bookmarks were gone. I used piriform recuva to find my deleted files, and recovered the ten bookmark backup JSON files. When I try to restore my bookmarks I get the message 'unable to process the backup file'. The files are 95kb in size, but when I open them up using notepad they're empty, however, when using the restore tool it says '480 items', which I'm assuming is the amount of bookmarks I had, which implies that the firefox can see the data. The same happens for all ten backups I recovered. Any help would be appreciated.

Giải pháp được chọn

What is the name of this file?

Firefox may only be looking at the file name for the number of items.

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

The files in the bookmarkbackups folder are currently in compressed .jsonlz4 format (i.e they show binary data similar to a ZIP compressed archive) and can't be decompressed easily to have them in JSON text format. That the files are compressed means that a single error in the file will make it impossible to decompress the file.

Did you check all the available JSON backups to see if any works?

A manually created JSON backup is still uncompressed, so can easily be inspected or opened in a text editor (Scratchpad > "Pretty Print"), but with a compressed file this is much harder.

Recovering a file via an undelete utility is no guarantee that the space occupied by the file hasn't been used by another file and thus is corrupted.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

What is the name of this file?

Firefox may only be looking at the file name for the number of items.

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

The files in the bookmarkbackups folder are currently in compressed .jsonlz4 format (i.e they show binary data similar to a ZIP compressed archive) and can't be decompressed easily to have them in JSON text format. That the files are compressed means that a single error in the file will make it impossible to decompress the file.

Did you check all the available JSON backups to see if any works?

A manually created JSON backup is still uncompressed, so can easily be inspected or opened in a text editor (Scratchpad > "Pretty Print"), but with a compressed file this is much harder.

Recovering a file via an undelete utility is no guarantee that the space occupied by the file hasn't been used by another file and thus is corrupted.