repository connect server
$ kopia repository connect server \
        --url=...
Connect to a repository API Server.
| Flag | Short | Default | Help | 
|---|---|---|---|
| --cache-directory | Cache directory | ||
| --[no-]check-for-updates | true | Periodically check for Kopia updates on GitHub | |
| --content-cache-size-limit-mb | Maximum size of local content cache (hard limit) | ||
| --content-cache-size-mb | Desired size of local content cache (soft limit) | ||
| --content-min-sweep-age | Minimal age of content cache item to be subject to sweeping | ||
| --description | Human-readable description of the repository | ||
| --[no-]enable-actions | false | Allow snapshot actions | |
| --index-min-sweep-age | Minimal age of index cache item to be subject to sweeping | ||
| --max-list-cache-duration | Duration of index cache | ||
| --metadata-cache-size-limit-mb | Maximum size of local metadata cache (hard limit) | ||
| --metadata-cache-size-mb | Desired size of local metadata cache (soft limit) | ||
| --metadata-min-sweep-age | Minimal age of metadata cache item to be subject to sweeping | ||
| --[no-]readonly | false | Make repository read-only to avoid accidental changes | |
| --server-cert-fingerprint | Server certificate fingerprint | ||
| --url | Server URL | ||
| --[no-]disable-repository-format-cache | false | [ADV] Disable caching of kopia.repository format blob | |
| --local-cache-key-derivation-algorithm | scrypt-65536-8-1 | [ADV] Key derivation algorithm used to derive the local cache encryption key | |
| --override-hostname | [ADV] Override hostname used by this repository connection | ||
| --override-username | [ADV] Override username used by this repository connection | ||
| --[no-]permissive-cache-loading | false | [ADV] Do not fail when loading bad cache index entries. Repository must be opened in read-only mode | |
| --repository-format-cache-duration | [ADV] Duration of kopia.repository format blob cache |