docs(site): Fix 'server mode' link (#2439)

Server mode link leads to a 404 error at https://kopia.io/docs/docs/faqs/#what-is-a-kopia-repository-server
Removed extra /docs/ in the URL.

Co-authored-by: Matthew Howell <mrhowel@clemson.edu>
This commit is contained in:
Matthew Howell
2022-09-26 00:40:29 -04:00
committed by GitHub
parent 883f273579
commit ddab7c6fc5

View File

@@ -123,7 +123,7 @@ Do not want to use command-line? No problem. Kopia also comes with a [powerful o
### Optional Server Mode with API Support to Centrally Manage Backups of Multiple Machines
Kopia is designed to backup individual machines and you absolutely do not need a server to run Kopia. If you have a handful of machines, you can install and use Kopia on each of them individually, no problem. At the same time, Kopia can also be run in [server mode](../docs/faqs/#what-is-a-kopia-repository-server) for those that are looking to centrally manage backups of multiple machines, in which case the Kopia server exposes an API that can be used to build client tools to do things like trigger snapshots, get client status, and access snapshotted data. Kopia's server mode makes it incredibly easy to centrally manage backups of multiple computers.
Kopia is designed to backup individual machines and you absolutely do not need a server to run Kopia. If you have a handful of machines, you can install and use Kopia on each of them individually, no problem. At the same time, Kopia can also be run in [server mode](../faqs/#what-is-a-kopia-repository-server) for those that are looking to centrally manage backups of multiple machines, in which case the Kopia server exposes an API that can be used to build client tools to do things like trigger snapshots, get client status, and access snapshotted data. Kopia's server mode makes it incredibly easy to centrally manage backups of multiple computers.
### Speed