← Back to context

Comment by pythonaut_16

3 days ago

Does Tangled offer any solutions or suggestions for backing up data stored on the Knots?

Hi! 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.

  • That sounds reasonable, but do your repos get replicated into your PDS? Where else does the data end up?

    • Git 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).

      1 reply →

I 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