transfer data from my existing pods disk volume to my newly created network volume.
Hi, I am a new user to runpod, and I have lot of data saved under /workspace of my pod in disk volume. But I now want to transfer all of it to my newly created network volume so I can use it across multiple pods. How can I do that?
4 Replies
Probably easiest solution would be:
Create a new pod with the new network volume attached
Use runpodctl on your old pod that has the data to send it to your new pod with the volume attached.
https://docs.runpod.io/runpodctl/reference/runpodctl
Runpod Documentation
runpodctl - Runpod Documentation
Thanks. I believe there is no way to connect network volume and disk volume to the same pod?
Nope
Nope not possible.