borgmatic-collective / docker-borgmatic

Borgmatic in Docker
GNU General Public License v3.0
313 stars 88 forks source link

Install xxhash to support borgmatic's new "spot" check #314

Closed witten closed 2 months ago

witten commented 2 months ago

borgmatic 1.8.10 adds a new "spot" check, but it requires the xxhash package to be installed in order to work. So if you want to support this consistency check within docker-borgmatic, you may want to add this package to your image!

grantbevis commented 2 months ago

Solved in https://github.com/borgmatic-collective/docker-borgmatic/pull/316

witten commented 2 months ago

Thanks!