Hacker News new | ask | show | jobs
by krnlpnc 1521 days ago
Up next: how to serve a LAMP site from a single docker image
1 comments

It's pretty easy. I put the data in a bind mount on btrfs on my synology NAS. It snapshots the FS and does an incremental backup with hyper backup each night. The backup is crash coherent, zero downtime, and the RDBMS doesn't need to know about it.

This is really useful for tiny little services that each want a different database server.