馃挜 [DevOps] Script to take Backups of DigitalOceans Spaces files
Created by: Tirokk
Authored by mattwr18 Closed
馃敟 DevOps ticket
Create a script that can be run weekly(or monthly) to create a local backup of our images in DO Spaces
Motive
We currently are storing all our images in DigitalOcean Spaces. We want to have a backup on encrypted hard drives in case of emergency
Related issues
Implementation
I have set it up locally with aws cp --recursive
, but it seems to only support 1000
files as part of list_bucket
Validation
-
when a copy of all images is saved to an encrypted hard drive -
all members of the team that want to get set up to take these backups have successfully been set up.