Pipe data from one remote to another without downloading?

Hello :wave:,

I'm looking for a solution to pipe data from one remote to another without downloading it to local storage (as its only a few GB in size).

I looked up rclone cat and rclone rcat commands, and feel like something like this might be possible by streaming data

something like:

rclone cat remote:file | rclone rcat another_remote:file

Is it possible to perform something like this?

If you use rclone copy or rclone sync between two network locations rclone will stream the data between them without downloading it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.