Single file static binaries for borgmatic.
Either manually down the binary from the releases page or use gruntwork-io/fetch.
fetch --repo https://github.com/danihodovic/borgmatic-binary --release-asset='borgmatic' --tag 1.5.13 /tmp/
chmod +x /tmp/borgmatic
/tmp/borgmatic -c ./my_config.yaml
Tested on:
- Ubuntu 20.04
- Ubuntu 18.04
- Ubuntu 16.04