Download data from Render disks
complete
Anurag Goel
Right now, I have to upload disk data to a non-Render location if I want to inspect it locally. It would be nice to have an easy way to download the data stored on the disk to a local machine.
Log In
J
Jace
How?
Anurag Goel
complete
Render now supports the use of magic-wormhole in our native environments. You may need to redeploy your service from the dashboard to upgrade to the latest base image:
Manual Deploy
-> Deploy Latest Commit
.Once you verify that
magic-wormhole
is installed you can go to the Shell tab on your dashboard and run:$ tar -zcvf archive-name.tar.gz path/to/disk
$ wormhole send archive-name.tar.gz
Take note of the code that appears in the output from wormhole. Then, from any internet-connected machine, install
magic wormhole
and run wormhole receive
, entering in the code from the Render shell when prompted.T
T. Floyd Wright
This feature would have made a recent data migration I needed to do 90% easier
Anurag Goel
planned