this post was submitted on 26 Jun 2024
18 points (100.0% liked)
DevOps
1652 readers
2 users here now
DevOps integrates and automates the work of software development (Dev) and IT operations (Ops) as a means for improving and shortening the systems development life cycle.
Rules:
- Posts must be relevant to DevOps
- No NSFW content
- No hate speech, bigotry, etc
- Try to keep discussions on topic
- No spam of tools/companies/advertisements
- It’s OK to post your own stuff part of the time, but the primary use of the community should not be promotional content.
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The question is more like where else would you put your backups?
If you care that much about the data then yeah you'll probably take the time to export that snapshot to a third-party service, possibly another cloud. But if you're just going to throw it in an S3 bucket or something, you're basically just manually doing what AWS already does for you internally, so a complete waste of time.
Eh, it’s not a complete waste of time - AWS will only allow for 35 days of snapshots because they want you to use yet more managed services like Backup. Tossing even 60 days of backups on S3 can make clients a lot happier.