When syncing data between two GCS buckets does rclone copy the data to the executing device as a midpoint or does the data traverse through the GCP backbone without touching the executing device? What code/documentation could I look at to answer this question myself?
hello and welcome to the forum,
in that case, rclone copy
should be done server-side.
run the rclone command and would see
INFO : file.ext: Copied (server-side copy)
and from the rclone docs
https://rclone.org/overview/#optional-features
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.