2 releases
0.1.1 | Jan 2, 2023 |
---|---|
0.1.0 | Jan 2, 2023 |
#134 in #backup
14KB
296 lines
backup.rs
A CLI tool to manage and run your backups.
!!! This repository is in an early WIP state right now.
Dependencies
This tool uses rsync to transfer these files so you need rsync installed.
Installation
Crates.io
cargo install back
Raw
Clone the repository and run cargo build --release
and you should find the binary in ./target/release/back
.
Release Page
Or grab a binary from the release page
Contribution
- Fork this project
- Create a branch
- Provide a pull request
The CI will lint your commit message with commitlint.
Dependencies
~3–12MB
~138K SLoC