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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hello @hquery,
At the moment, there is no direct way to back up the Spaces on our platforms. However, you can still achieve this by choosing the best suitable method for your use from the various methods provided below.
rclone:s3cmd to download the files and have them saved in your local repositories. You can setup s3cmd by referring to the link given below: https://www.digitalocean.com/docs/spaces/resources/s3cmd/Once the s3cmd setup is done, you can use s3cmd command to download files
recursively in spaces.
s3cmd sync s3://bucketnamehere/folder /destination/folder
Best, Bobby