Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danihodovic/borgmatic-binary
https://github.com/danihodovic/borgmatic-binary
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danihodovic/borgmatic-binary
- Owner: danihodovic
- License: mit
- Created: 2021-04-17T10:04:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T17:12:24.000Z (almost 3 years ago)
- Last Synced: 2024-05-14T00:33:08.961Z (6 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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