Can I spin up a pod pre-loaded with my /workspace?
I've been spinning up pods under a network volume but I'm not quite sure how to actually use it to make data transfer easier when I end up with 0 GPUs, so I've just been backing up to Backblaze.
Current pod ID: x4fvkbt9jj3qdg
Current pod ID: x4fvkbt9jj3qdg
2 Replies
you can use runpodctl to transfer data from pod to pod
@madiator2011 got it. Could I do this with: ssh origin@12345 runpodctl send origin@12345:/workspace destination@678910:/workspace# ?