Report this

What is the reason for this report?

Can I use a snapshot to create a local VM?

Posted on June 8, 2014

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



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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

http://unix.stackexchange.com/questions/132797/how-to-dd-a-remote-disk-using-ssh-on-local-machine-and-save-to-a-local-disk

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

This comment has been deleted

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.