So i want to delete 4 droplets in my project, what steps need to be taken so i can download the backup to my local repository?
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,
As of the time being, you cannot currently download DigitalOcean backups or snapshots.
It is currently one of the most popular user suggestions on the DigitalOcean Ideas board, you can vote for this feature at:
As an alternative, you can back up data locally using third-party tools like rsync or SFTP.
Using rsync or SFTP will allow you to download all of your files from the server to your local machine where you can decide how to keep them.
If you also have a database, you would need to export it and back it up as well. The exact steps will depend on the type of database that you have:
For Postgres: https://www.digitalocean.com/community/questions/how-to-download-a-database-from-managed-database-cluster?comment=127160
For MySQL: https://bobbyiliev.com/post/how-to-exportbackup-a-mysqlmariadb-database-with-mysqldump/
Hope that this helps!
- Bobby
Heya,
At the moment there is no feature to download your snapshopts/backups locally.
Having said that on our ideas board there is a topic about that:
https://ideas.digitalocean.com/core-compute-platform/p/download-snapshot-andor-backup
You can upvote it so that this feature gets developed in the future.
As for now. You can use SFTP to download whatever is needed from your Droplets.
While DigitalOcean snapshots are great, keeping a local copy is smart! Tools like rsync can help you create backups on your own storage. Remember to backup before deleting your droplets!