Skip to content

Build from source

Requirements

  • Go 1.26.4

Simple Build

make

Or build and install binary to $GOBIN:

make install

Custom Build

go build -tags "tag_a tag_b" ./cmd/backup-dev

Build Tags

Build Tag Enabled by default Description
naive Build with naive compression/archive implementation.