repository sync-to azure
$ kopia repository sync-to azure \
        --container=... \
        --storage-account=...
Synchronize repository data to another repository in an Azure blob storage
| Flag | Short | Default | Help | 
|---|---|---|---|
| --azure-federated-token-file | Path to a file containing an Azure Federated Token (overrides AZURE_FEDERATED_TOKEN_FILE environment variable) | ||
| --client-cert | Azure client certificate (overrides AZURE_CLIENT_CERTIFICATE environment variable) | ||
| --client-id | Azure service principle client ID (overrides AZURE_CLIENT_ID environment variable) | ||
| --client-secret | Azure service principle client secret (overrides AZURE_CLIENT_SECRET environment variable) | ||
| --container | Name of the Azure blob container | ||
| --[no-]delete | false | Whether to delete blobs present in destination but not source. | |
| --[no-]dry-run | -n | false | Do not perform copying. | 
| --max-download-speed | Limit the download speed. | ||
| --max-upload-speed | Limit the upload speed. | ||
| --[no-]must-exist | false | Fail if destination does not have repository format blob. | |
| --parallel | 1 | Copy parallelism. | |
| --point-in-time | Use a point-in-time view of the storage repository when supported | ||
| --prefix | Prefix to use for objects in the bucket | ||
| --sas-token | Azure SAS Token | ||
| --storage-account | Azure storage account name (overrides AZURE_STORAGE_ACCOUNT environment variable) | ||
| --storage-domain | Azure storage domain | ||
| --storage-key | Azure storage account key (overrides AZURE_STORAGE_KEY environment variable) | ||
| --tenant-id | Azure service principle tenant ID (overrides AZURE_TENANT_ID environment variable) | ||
| --[no-]times | false | Synchronize blob times if supported. | |
| --[no-]update | true | Whether to update blobs present in destination and source if the source is newer. |