Replies: 1 comment
-
To back up your Zen browser settings, workspaces, pinned tabs, and installed extensions—but not open tabs or temporary session data—copy your profile directory but exclude the You can use rsync like this (adjust the path as needed): rsync -av --exclude='sessionstore-backups' /path/to/zen/Profiles/<profile_name>/ /your/backup/location/ This will preserve your theme, color preferences, about:config changes, workspaces, pinned tabs, essentials, and installed extensions, while skipping open tabs and session data. There’s currently no built-in export/import feature for just these settings, so manual profile backup is the best option reference. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use rsync to back up my Zen browser profile and sync it to another device.
I don’t want to keep everything, such as open tabs or temporary session data.
Here’s what I want to sync and back up:
1. Zen settings, including theme, color preferences, changes made via about:config, etc.
2. Workspaces and pinned tabs or essentials
3. Installed extensions
Which files/directories should i backup for this ?
Beta Was this translation helpful? Give feedback.
All reactions