๐Ÿ’พ Archived View for station.martinrue.com โ€บ gnuserland โ€บ 5d4706d321e14eb59fa0ac0acc57493a captured on 2023-11-04 at 13:54:32. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-01-29)

โžก๏ธ Next capture (2024-06-16)

-=-=-=-=-=-=-

๐Ÿ‘ฝ gnuserland

@skyjake hello...

By any chance do you have or know any strategy to sync Lagrange among several computers?

Thanks! ๐Ÿ‘

2 years ago

Actions

๐Ÿ‘‹ Join Station

5 Replies

๐Ÿ‘ฝ bacardi55

@skyjake: Understood.

To be honest, a "syncthing like" type of solution is a workaround. I think it could work fine as long as you make sure to close lagrange after usage in each device and make sure sync goes both way. No merge but overrides of the files.

It wouldn't be perfect at all but could help OP ยท 2 years ago

๐Ÿ‘ฝ gnuserland

@skyjake, thank you very much! ๐Ÿ‘๐Ÿ‘๐Ÿ‘ ยท 2 years ago

๐Ÿ‘ฝ skyjake

@bacardi55 Suppose you could do that, but there is a problem with external sync tools. The app doesn't check if runtime files have been changed by other parties. Synced changes will easily get overwritten.

I could alleviate this by adding such checks, but then it's necessary to resolve possible conflicts and/or merge partial changes. It gets complicated.

Conflicts resolved by external tools are particularly bad because your bookmarks may break if the number of lines in the file changes for any reason. It might still be worth the risk, though, since the bookmarks file doesn't change that often. ยท 2 years ago

๐Ÿ‘ฝ bacardi55

You could use syncthing or similar tools to sync the bookmark file? ยท 2 years ago

๐Ÿ‘ฝ skyjake

The best I've come up with so far is to have my bookmarks in a cloud-shared folder and use that as a remote bookmark file in Lagrange. The problem with this is when there's new/removed bookmarks, they need to be manually updated in the shared folder. You can sort of manage it via the app's current export and import features, though, if you remember to disable remote sources before making the export.

I keep copies of my client certs in a password manager (Bitwarden) so they can be imported on any machine via the clipboard.

A sync server would be really useful, though. It would allow keeping track of subscriptions, too. Need to think how one could be done. ยท 2 years ago