By rajoshighosh
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!
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
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.