Kopia cache, and repository server

So, I am using a repository server. I have a machine which connects to the repository server and does snapshots there. It appears caching is done on the client. Is it also done on the repository server for maybe any maintenance tasks?

Also, what is the normal cli process to do a backup (snapshot)? I was doing:

  1. connect to the repo server
  2. snapshot
  3. disconnect

But I note when I disconnect, the cache is lost on the client. Is connecting a one time thing ever if I never need to switch repos? Even survives a reboot? Surely we do not want cache to go away.

Yeah - just don’t disconnect the repo from the command line. It actually doesn’t connect in the literal sense anyway, since this only manages the local connection config file, which each invocation of Kopia will use when run.

1 Like