A borg wrapper written in rust
cargo install --git https://github.com/SebastianSpeitel/borrg
borrg --help
~/.config/borg/borrg.toml
[template.default]
# Default values inherited by each backup
compression = { algorithm = "zstd", level = 19, auto = true }
# Also valid: compression = "zstd"
progress = true
stats = true
[[backup]]
repository = "remote:/path/to/backup"
passcommand = "sh -c 'pass backup | head -n1'"
path = "/path/to/backup" # Defaults to "~"
[[backup]]
repository = "/path/to/repo"
passphrase = "..."
compression = "none"