buoy 0.1.3
Backup Docker container volumes and bind mounts using restic as the backend.
Quick Install
# Download daemon binary
curl -sSL "https://github.com/depado/buoy/releases/download/v0.1.3/buoy_Linux_x86_64.tar.gz" | tar xz
# Download CLI
curl -sSL "https://github.com/depado/buoy/releases/download/v0.1.3/buoyctl_$(go env GOOS)_x86_64.tar.gz" | tar xz
# Or via Go
go install github.com/depado/buoy/cmd/buoy@v0.1.3
go install github.com/depado/buoy/cmd/buoyctl@v0.1.3Docker
docker pull ghcr.io/depado/buoy:0.1.3Changelog
Features
- bd84780: feat(cli): rework package layout (@depado)
- 236eb49: feat: discover command to help with volume mapping (@depado)
- ef51cec: feat: split buoy daemon and client (@depado)
Fixes
- f1c1eda: fix(deps): update module go.etcd.io/bbolt to v1.5.0 (#8) (@renovate[bot])
- 7eafde2: fix(lint): fix golangci-lint errors (@depado)
- 2ffca68: fix(lint): fix lint errors (@depado)
- 5f755b5: fix(renovate): ignore own dep properly (@depado)
- 3aa6aaa: fix: add client lib (@depado)
- 51ab564: fix: flag parsing, package isolation, version injection (@depado)
- 1a051cc: fix: lint issues (@depado)
- d6d49c1: fix: proper sum for gorich (@depado)