sync_copy
Copy files from a source remote to a destination remote while preserving all existing destination files. No deletions occur.
Instructions
Copy source to destination — Copies objects from a source remote to a destination remote without deleting destination files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstFs | No | Destination remote path to copy to. | |
| srcFs | No | Source remote path to copy from. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| _config | No | JSON encoded config overrides applied for this call only. | |
| _filter | No | JSON encoded filter overrides applied for this call only. | |
| createEmptySrcDirs | No | Set to true to replicate empty source directories on the destination. |