repository create rclone
$ kopia repository create rclone \
        --remote-path=...
Create repository in a rclone-based provided
| Flag | Short | Default | Help | 
|---|---|---|---|
| --[no-]atomic-writes | true | Assume provider writes are atomic | |
| --block-hash | BLAKE2B-256-128 | Content hash algorithm. | |
| --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 | ||
| --[no-]create-only | -c | false | Create repository, but don’t connect to it. | 
| --description | Human-readable description of the repository | ||
| --ecc | REED-SOLOMON-CRC32 | [EXPERIMENTAL] Error correction algorithm. | |
| --ecc-overhead-percent | 0 | [EXPERIMENTAL] How much space overhead can be used for error correction, in percentage. Use 0 to disable ECC. | |
| --embed-rclone-config | Embed the provider RClone config | ||
| --[no-]enable-actions | false | Allow snapshot actions | |
| --encryption | AES256-GCM-HMAC-SHA256 | Content encryption algorithm. | |
| --[no-]flat | false | Use flat directory structure | |
| --format-block-key-derivation-algorithm | scrypt-65536-8-1 | Algorithm to derive the encryption key for the format block from the repository password | |
| --format-version | Force a particular repository format version (1, 2 or 3, 0==default) | ||
| --index-min-sweep-age | Minimal age of index cache item to be subject to sweeping | ||
| --max-download-speed | Limit the download speed. | ||
| --max-list-cache-duration | Duration of index cache | ||
| --max-upload-speed | Limit the upload speed. | ||
| --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 | ||
| --object-splitter | DYNAMIC-4M-BUZHASH | The splitter to use for new objects in the repository | |
| --rclone-args | Pass additional parameters to rclone | ||
| --rclone-env | Pass additional environment (key=value) to rclone | ||
| --rclone-exe | Path to rclone binary | ||
| --rclone-startup-timeout | 15s | Time in seconds to wait for rclone to start | |
| --[no-]readonly | false | Make repository read-only to avoid accidental changes | |
| --remote-path | Rclone remote:path | ||
| --retention-mode | Set the blob retention-mode for supported storage backends. | ||
| --retention-period | Set the blob retention-period for supported storage backends. | ||
| --[no-]disable-repository-format-cache | false | [ADV] Disable caching of kopia.repository format blob | |
| --list-parallelism | [ADV] Set list parallelism | ||
| --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 | |
| --[no-]rclone-debug | false | [ADV] Log rclone output | |
| --[no-]rclone-nowait-for-transfers | false | [ADV] Don’t wait for transfers when closing storage | |
| --repository-format-cache-duration | [ADV] Duration of kopia.repository format blob cache |