this post was submitted on 16 Mar 2025
33 points (94.6% liked)

Firefox

20466 readers
31 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
 

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 4 months ago* (last edited 4 months ago) (2 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 4 months ago* (last edited 4 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 4 months ago

Will check this out, thanks!