sync_sync
Synchronizes files from a source remote to a destination remote, ensuring the destination mirrors the source exactly.
Instructions
Sync source to destination — Synchronises a source remote to a destination remote, making the destination match the source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dstFs | No | Destination remote path to sync to, e.g. `drive:dst`. | |
| srcFs | No | Source remote path to sync from, e.g. `drive:src`. | |
| _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 create empty source directories on the destination. |