Getting data in/out of a community cloud pod
For Secure Cloud pods, you're able to dump to a Network Volume, and either manually download that or sync it out to a cloud provider
For community pods which don't have network volumes, what's the alternative solution? Is there any way to pipe it's content's directly to a cloud service?
Similarly, is there a way to have a community pod pull contents from a cloud service?
7 Replies
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
For reference, this the empty volume you initialize a pod with?
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I've just realized (I'm poking around pods) that you can still use the Cloud Sync feature with community cloud pods; I had thought they were tied to Network Volume and therefor only a feature for Secure cloud
I don't have a significant amount of volume to move, my case is just syncing a .db file back and forth. I'll have to see if this is possible on startup/shutdown automatically from within a pod using runpodctl or something
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
I hadnt thought of going straight from container <-> cloud provider, but on reflection I'm sure theres some python lib for pulling/pushing to a google drive, dropbox, etc that'd suffice to keep a .db up to date, probably easiest solution
Solution
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View