3 ms·
Does Tangled offer any solutions or suggestions for backing up data stored on the Knots?
by pythonaut_16 1y ago
Does Tangled offer any solutions or suggestions for backing up data stored on the Knots?
- ItsHarper 1y agoI mean you can self host your own knot if you want, so it's at bare minimum possible to back it up if you're doing that
- icy 1y agoHi! Knots just serve up git repositories over an XRPC API. The actual state on disk is really just a sqlite + your git bare repositories—the two can be tarballed and moved elsewhere easily! We will work on more first party backup/migrate solutions though.
- skybrian 1y agoThat sounds reasonable, but do your repos get replicated into your PDS? Where else does the data end up?
- icy 1y agoGit repos don't get replicated anywhere. They live on disk, either on our knot server or yours. Knots are essentially our extension to the AT architecture, allowing user ownership of what's essentially "off-protocol data" (git).
- skybrian 1y agoThanks. What does get replicated? I'm not sure what I'm looking at, but I see records that look like source code here: https://ufos.microcosm.blue/collection/?nsid=sh.tangled.string https://ufos.microcosm.blue/collection/?nsid=sh.tangled.stri...