Crates.io | back |
lib.rs | back |
version | 0.1.1 |
source | src |
created_at | 2023-01-02 12:27:47.820866 |
updated_at | 2023-01-02 12:40:11.144081 |
description | A CLI tool to manage and run your backups. |
homepage | https://github.com/mstruebing/backup.rs |
repository | https://github.com/mstruebing/backup.rs |
max_upload_size | |
id | 749355 |
size | 28,662 |
A CLI tool to manage and run your backups.
!!! This repository is in an early WIP state right now.
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.