Question

How to clone my storage space with all directory and files ? Do we have any api for this ?

How to clone my storage space with all directory and files ? Do we have any api for this ? or Can we set backup folder for space storage with date. Can we create api with php code ? Please help me immediately


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
February 3, 2023

Hi there,

In case that you are referring to the S3 Spaces storage, I could suggest using one of these tools:

Hope that this helps!

Best,

Bobby

KFSys
Site Moderator
Site Moderator badge
February 3, 2023

Hey @b7106c93a09547cb932731258656bf,

DigitalOcean provides two kind of tools to backup your Droplet - Snapshots and Backups

Snapshots are on-demand disk images of DigitalOcean Droplets and volumes saved to your account. Use them to create new Droplets and volumes with the same contents

Backups are automatically-created disk images of Droplets. Enabling backups for Droplets enables system-level backups at weekly intervals, which provides a way to revert to an older state or create new Droplets.

There are no other services provided to do a clone or backup of your systems.

Anyway, for your exact specification, yes you can create a php script/api that backups up your folders however you’ll need to create it on your own.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.