Hacker News new | ask | show | jobs
by joescharf 831 days ago
Backup Amazon RDS Databases in FOUR simple commands:

1. docker run -it ghcr.io/dbsnapper/dbsnapper:latest /bin/bash

2. dbsnapper config init

3. dbsnapper auth token <YOUR_DBSNAPPER_CLOUD_AUTH_TOKEN>

4. dbsnapper build amazon-rds-postgres

Eliminates time spent setting up environments, installing tools, and other overhead often required when creating database snapshots.

I'm the founder of DBSnapper - if you're interested in learning more, get in touch at joe@dbsnapper.com