repository create b2

$ kopia repository create b2 \
        --bucket=... \
        --key-id=... \
        --key=...

Create repository in a B2 bucket

Flag Short Default Help
--block-hash BLAKE2B-256-128 Content hash algorithm.
--bucket Name of the B2 bucket
--cache-directory Cache directory
--[no-]check-for-updates true Periodically check for Kopia updates on GitHub
--content-cache-size-mb 5000 Size of local content cache
--[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.
--[no-]enable-actions false Allow snapshot actions
--encryption AES256-GCM-HMAC-SHA256 Content encryption algorithm.
--format-version Force a particular repository format version (1, 2 or 3, 0==default)
--key Secret key (overrides B2_KEY environment variable)
--key-id Key ID (overrides B2_KEY_ID environment variable)
--max-download-speed Limit the download speed.
--max-upload-speed Limit the upload speed.
--metadata-cache-size-mb 5000 Size of local metadata cache
--object-splitter DYNAMIC-4M-BUZHASH The splitter to use for new objects in the repository
--prefix Prefix to use for objects in the bucket
--[no-]readonly false Make repository read-only to avoid accidental changes
--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
--max-list-cache-duration 30s [ADV] Duration of index cache
--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
Last modified January 1, 0001