Is it possible to download a snapshot of a droplet, and use that to set up my own VM locally with say, VIrtual Box?
It would greatly simplify some testing stuff for me, so that I can upload it back to DO only when I’m ready.
Regards, Tanmai
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
Unfortunately, you cannot currently download DigitalOcean backups or snapshots.
As an alternative, you can back up data locally using third-party tools like rsync or SFTP.
It is currently one of the most popular user suggestions on the DigitalOcean Ideas board, you can vote for this feature at https://ideas.digitalocean.com/ideas/DO-I-2423
Hope that this helps! Regards, Alex
This comment has been deleted
If your intent is to backup a remote computer’s HDD A via SSH to a single file that’s on your local computer’s HDD, you could do one of the following…
run from local computer
$ ssh user@remote "dd if=/dev/sda | gzip -1 -" | dd of=image.gz
That feature isn’t currently available. Though it is on the roadmap. You can follow the progress, and vote to show your support over on DigitalOcean’s UserVoice page: <br> <br>https://digitalocean.uservoice.com/forums/136585-digitalocean/suggestions/3829438-download-snapshot-and-or-backup
Click below to sign up and get $100 of credit to try our products over 60 days!
I also have that need. Looking forward to an answer if there is one!
I my case it is also in order to save money - if I have a droplet that I am not using for a while, I could download it and delete the one in the cloud. When I resume using it later, I can upload it again. That would save me the cost of having an idle droplet in the cloud.
I am interested in that too
I also want to download snapshot my production droplet and use that to set up my local system. I don’t think currently there is any way to do this. If you find anyway to do this. Please reply on this comment.
This comment has been deleted