repository sync-to gdrive

$ kopia repository sync-to gdrive \
        --folder-id=...

Synchronize repository data to another repository in a Google Drive folder

Flag Short Default Help
--credentials-file Use the provided JSON file with credentials
--[no-]delete false Whether to delete blobs present in destination but not source.
--[no-]dry-run -n false Do not perform copying.
--[no-]embed-credentials false Embed GCS credentials JSON in Kopia configuration
--folder-id FolderID to use for objects in the bucket
--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.
--[no-]read-only false Use read-only scope to prevent write access
--[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.