I am thinking about to migrate my Min.io file server to use the Spaces service to store files.
My point is: Where could do back up files? For N problems like wrong deletion, disaster recover, etc.
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello @bsbeats ,
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.
https://www.digitalocean.com/community/tutorials/how-to-transfer-digitalocean-spaces-between-regions-using-rclone
Once the s3cmd setup is done, you can use s3cmd command to download files recursively in spaces.
s3cmd sync s3://bucketnamehere/folder /destination/folder
Hope this helps!
Cheers, Sri Charan