repository sync-to rclone
$ kopia repository sync-to rclone \
        --remote-path=...
Synchronize repository data to another repository in a rclone-based provided
| Flag | Short | Default | Help | 
|---|---|---|---|
| --[no-]atomic-writes | true | Assume provider writes are atomic | |
| --[no-]delete | false | Whether to delete blobs present in destination but not source. | |
| --[no-]dry-run | -n | false | Do not perform copying. | 
| --embed-rclone-config | Embed the provider RClone config | ||
| --[no-]flat | false | Use flat directory structure | |
| --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. | |
| --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 | |
| --remote-path | Rclone remote:path | ||
| --[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. | |
| --list-parallelism | [ADV] Set list parallelism | ||
| --[no-]rclone-debug | false | [ADV] Log rclone output | |
| --[no-]rclone-nowait-for-transfers | false | [ADV] Don’t wait for transfers when closing storage |