#how to copy data from one pod to another using rsync?

2 messages · Page 1 of 1 (latest)

pine iceBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

fathom dew
#

Solved. hope this will help anyone
on pod1:
your public key must be registered in runpod webconsole

  1. copy your private key to /root/.ssh/
  2. change permission chmod 600 /root/.ssh/mykey
  3. rsync -ae "ssh -p 12345 -i ~/.ssh/mykey" --no-o --no-g --info=progress2 --mkpath /workspace/ [email protected]:/workspace

and done!! but transfer speed between island datacenter and canada datacenter is not high ~10MB/s