Report this

What is the reason for this report?

Why can't you allow backup on space object storage

Posted on November 30, 2025

Why can’t you allow backup on space object storage



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.

Heya, @3f5b44876a3743a883a57d65cecba5

You can use the DigitalOcean Spaces to backup your data. Here’s an article which you can check on how to setup this.

https://www.digitalocean.com/community/tutorials/how-to-automate-backups-digitalocean-spaces

Regards

Hi,

Spaces doesn’t support Droplet style backups because that system is built for block storage snapshots, not object storage. Spaces is S3 compatible and already handles durability internally, so it isn’t part of the snapshot pipeline.

If you want backups for your objects, the common approach is to sync your Space to another Space or a different provider. This guide walks through that workflow in detail: https://www.digitalocean.com/community/tutorials/how-to-automate-backups-digitalocean-spaces

You can automate the sync with tools like s3cmd, which works natively with Spaces: https://docs.digitalocean.com/products/spaces/reference/s3cmd/

That gives you versioned, off-site style backups without needing native snapshot support.

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.