Guides
Run a recovery drill
Rehearse the export and restore loop once, so recovering sessions, rules, and groups from a backup follows steps you already know.
Switch to DeutschGuides
Rehearse the export and restore loop once, so recovering sessions, rules, and groups from a backup follows steps you already know.
Switch to DeutschA recovery drill is a short rehearsal of the loop you would run after data loss: export a backup, verify the file, and restore from it. Practicing while nothing is wrong turns a stressful recovery into steps you have already completed once.
This version already guards its own risky operations: before a state-replacing action such as loading a session, adopting synced groups, importing from a migration, closing tabs in bulk, or dissolving groups, the extension captures a local recovery snapshot and states that in the confirmation dialog. Those snapshots protect you from a bad click inside the extension.
They do not protect you from everything. A lost browser profile, a reinstalled machine, or a cleared extension storage removes snapshots along with the rest of the data. The part only you can do is keep a backup file outside the browser and know how to bring it back. That loop is what this drill practices.
tab-organizer-backup-2026-07-22.json. Move or copy it to a location you control, ideally outside the machine you are protecting.The JSON backup includes your saved sessions, a capture of the current session, tab rules, group names and colors, and custom groups. Export Markdown and Export CSV produce readable summaries of the same data; only the JSON file can be imported back.
The file is generated locally and handed to the browser as a download. The website never receives it; see the website boundary.
A backup you have never opened is a hope, not a plan. Before you file it away:
"type": "tab-organizer-backup".This is the restore step of the drill, and it is safe to run on a healthy browser: importing a backup merges data into the extension, it does not delete anything.
During an import, sessions merge by their IDs, and rules, group names, colors, and custom groups from the backup take precedence on conflicts. Importing the file you just exported therefore leaves your data effectively unchanged — that is what makes the drill repeatable.
In a real recovery you usually also want the tabs back on screen. Importing the backup returns your saved sessions to the extension; loading one of those sessions then recreates its windows and tabs.