๐พ Archived View for bbs.geminispace.org โบ u โบ naf โบ 4971 captured on 2023-11-04 at 14:52:18. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-09-28)
โก๏ธ Next capture (2023-11-14)
-=-=-=-=-=-=-
Re: "Feature request: export user data via cli arg"
That would be a great feature.
2023-08-31 ยท 2 months ago
I can definitely see the value of exporting user data (importing, too) via command line options. This should be fairly easy to implement. I will add this to my todo list.
`--export-user-data` would also be able to trigger persisting the state to storage, which AFAIK isn't currently done in realtime. So the config dir might be out of date.
Oh, is that true @skyjake, the .config/lagrange files may not always be up to date?
@Supernova Many of the files are updated immediately when a change occurs in the app (bookmarks, identities, trusted certs, visited, prefs.cfg โ saving of open tabs and UI state is coming in v1.17). When the app is closed, the full navigation history content cache is additionally written to state.lgr.
So the data that is included in the export archive should always be up to date.
You should be aware that multiple instances of the app cannot safely use the same runtime directory. If you run multiple instances, you need to manually override the runtime directory in the extra instances.
@skyjake, thanks for the info. So I think a cronjob with a tar command should be enough for an automated backup. Maybe history wouldn't be up to date. Or close the app, then run the backup and reopen it again.
My use case was actually for syncing across multiple devices. Using syncthing the .config/lagrange folder could be synced in real time. Usually I would only be using one device at a time so file updates should propogate without conflict. But if for example the bookmarks file was changed on another device while Lagrange was running, would it load the new changes?
Feature request: export user data via cli arg โ It would be really nice if we had the ability to use something like `lagrange --export-user-data` instead of having to export it from the app. The reason I would like such a feature is so that I could have a scheduled task export the data to my sync directory periodically. This would make it easier to keep Lagrange in sync on my devices.
๐ฌ hyperreal ยท 9 comments ยท 1 like ยท 2023-08-30 ยท 2 months ago