this post was submitted on 16 Mar 2025
34 points (94.7% liked)
Firefox
20317 readers
95 users here now
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I do use Syncthing one way sync to a server to sync the whole Firefox directory and it does work quiet well !
I already did a backup test and It works without data loss. However, not sure this is a great way to accomplish this task... Why? Because while in use your Browser writes a lot of data and could potentially cause sync issues, specially it's databases.
A better way would be to sync all your bookmarks to a WebDAV server with floccus and save your LibreWolf override.cfg
The downside is that you need to reinstall and reconfigure your addons, haven't found a satisfactory solution for those :/
Edit: Maybe a better solution in your case would be to make an automated daily backup of your user directory while your browser is not in use.
Edit2: However not sure your tabs are getting saved that way !
Thanks!
Must admit .... I realise now I am tweaking something I got used to, but going back to why and all ... because I do use Floccus icw my own NextCloud instance. But mainly for long-term-archival-avalability and for laptop devices, because Floccus doesnt sync Firefox Android. So from mobile its this:
At the moment:
So, the focus would be syncing Open Tabs and History ....
You sure about that? From memory It did work with floccus (though it does it in a weird way).
Yeah that's probably the tricky part in your workflow ! Not sure if syncing your directory will keep the open tabs. Though I may be wrong here because I personally don't use that functionality !
Yeah maybe my instructions are ment for backups rather than keeping a workflow in sync with all your devices. Sorry for my bad reading skills !
~~Dunno if a self-hosted Firefox sync does sync Open Tabs between devices, if it does It's probably your best bet !~~
Also, syncing your whole profile between Desktop/laptop and your phone won't work that easily... They behave very differently and do not have the same directory structure/files on your phone.
Edit: Here's the self-hosted Mozilla Sync storage server
https://github.com/mozilla-services/syncstorage-rs
After skimming through the docs it seems to sync everything (bookmarks, tabs, history, extensions...)
Floccus for Android is a local standalone app, usefull but doesnt read / write to Firefox Android bookmarks ..
Appreciated still, I backup with restic but indeed these are usefull for backup.
This, for me, is the real answer to "Is filebased sync for Firefox possible?"! Because in a pc / smartphone scenario those apps cant work then with each others directories, thanks!