https://github.com/remind101/dbsnap
Tool to copy and verify AWS RDS snapshots.
https://github.com/remind101/dbsnap
Last synced: over 1 year ago
JSON representation
Tool to copy and verify AWS RDS snapshots.
- Host: GitHub
- URL: https://github.com/remind101/dbsnap
- Owner: remind101
- License: bsd-2-clause
- Created: 2017-10-03T22:10:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T01:23:33.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T20:03:25.311Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 24
- Watchers: 11
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
dbsnap
######
Here at `Remind `_ we maintain a set of tools and
Python libraries to copy and verify AWS RDS DB Instance and Cluster Snapshots.
``dbsnap-copy``:
AWS RDS allows a maximum of 35 "automatic" daily snapshots.
We wrote this tool to copy "automatic" snapshots as "manual" snapshots.
We also use this tool to increase our disaster recovery fitness by
copying snapshots to remote regions.
For more details read: `dbsnap_copy/README.rst `_
``dbsnap-verify``:
We use this tool to automate testing RDS snapshot restore process.
This gives us confidence that we have the ability to recover from
our database backups in case of a disaster.
For more details read: `dbsnap_verify/README.rst `_