Hey all - Tasked at work to sync a Wasabi S3 target to an on-prem StorageGRID S3 implementation. This is not typically in my wheel house. I was looking at awscli but it appears it doesnt support syncing two different provider endpoints. Been reading through the rclone features and docs around 'sync' and it does appear its capable of two diff endpoints for this. Does anyone have a rudimentary syntax to achieve this? I will be able to setup the config for both with no issue, just not sure how to rclone sync https://endpoint1/bucket to https://endpoint2/bucket.
Great, thank you. And for the --server-side-across-configs, wasn't sure what to make of that one, now in context makes sense. Hopefully will get to test out this week.