6 ms·
> I pay a service to manage backups so I can walk away from a solo project for months and know it's ticking away. Any recommendation of such service?
by tarunm 5y ago
> I pay a service to manage backups so I can walk away from a solo project for months and know it's ticking away.
Any recommendation of such service?
- js4ever 5y agoBorgbase. I'm not affiliated with them, I'm just a happy customer
- diiq 5y agoPretty much anyone you can pay to host a database, you can pay to back it up. Amazon rds, heroku postgres, google cloud sql... pick the service that works for you, and they have some affordance for backups. Backups are something I expect, rather than something I shop around for.
- dsgrillo 5y agoMy experience says to backup to a different vendor.
- physicles 5y agoThis is part of my threat model. Is there an easy way to do this with e.g. hosted RDS or block storage device snapshots?
- dsgrillo 5y agoIn my case I'm dumping + zipping the entire database at the application level. In my case is as simple as adding a library [1], scheduling the job and transferring to AWS S3 (my main application is on DigitalOcean) [1] https://github.com/spatie/laravel-backup https://github.com/spatie/laravel-backup
- albertgoeswoof 5y agoSnapshooter
- marsdepinski 5y agoRsync.net
- bingohbangoh 5y agoTarsnap