A CLI tool to manage and run your backups.
This tool uses rsync to transfer these files so you need rsync installed.
cargo install back
Clone the repository and run cargo build --release
and you should find the binary in ./target/release/back
.
Or grab a binary from the release page
The CI will lint your commit message with commitlint.