Comment on Docker Backup Stratagy
jacksilver@lemmy.world 15 hours agoYep, bind mount the data and config directories and back those up. You can test a backup by spinning up a new image with the data/config directories.
This is both easy and generally the recommended thing I’ve seen for many services.
The only thing that could cause issues is breaking changes caused by the docker images themselves, but that’s an issue regardless of backup strategy.