this post was submitted on 16 Mar 2025
34 points (94.7% liked)

Firefox

20257 readers
7 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
 

I use Firefox (LibreWolf with Mozilla sync) on multiple devices. To have my tabs, extensions and history easy available I use Mozilla for syncing that data.

Would it be possible to just use a generic sync service like rsync or something, to sync the profile folders and every file in it?

Or would that break or corrupt data?

you are viewing a single comment's thread
view the rest of the comments
[–] Creat@discuss.tchncs.de 12 points 3 months ago* (last edited 3 months ago) (1 children)

An article was posted recently that you can host the Firefox sync server yourself. Supposedly a bit fiddly, but doable. If you're considering self hosting something anyway, might as well be the right tool for the job.

Hope these help:

[–] N0x0n@lemmy.ml 3 points 3 months ago* (last edited 3 months ago) (1 children)

Yeah I justed edited my answer, because OP needs to sync everything (Tabs, History, extensions...)

https://github.com/mozilla-services/syncstorage-rs

Is the newer version rewritten in rust ! And probably OPs best bet :)

[–] joeldebruijn@lemmy.ml 1 points 3 months ago

Will check this out, thanks!