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:
- connect to the repo server
- snapshot
- 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.