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
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
In case that you are referring to the S3 Spaces storage, I could suggest using one of these tools:
s3cmd
Transmit
Cyberduck
Hope that this helps!
Best,
Bobby
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.