Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danihodovic/borgmatic-binary


https://github.com/danihodovic/borgmatic-binary

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# borgmatic-binary

Single file static binaries for [borgmatic](https://github.com/witten/borgmatic).

### Usage

Either manually down the binary from the [releases page](https://github.com/danihodovic/borgmatic-binary/releases)
or use [gruntwork-io/fetch](https://github.com/gruntwork-io/fetch).

```sh
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