#how to copy data from one pod to another using rsync?
2 messages · Page 1 of 1 (latest)
Solved. hope this will help anyone
on pod1:
your public key must be registered in runpod webconsole
- copy your private key to /root/.ssh/
- change permission chmod 600 /root/.ssh/mykey
- 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