back

Crates.ioback
lib.rsback
version0.1.1
sourcesrc
created_at2023-01-02 12:27:47.820866
updated_at2023-01-02 12:40:11.144081
descriptionA CLI tool to manage and run your backups.
homepagehttps://github.com/mstruebing/backup.rs
repositoryhttps://github.com/mstruebing/backup.rs
max_upload_size
id749355
size28,662
Max StrĂ¼bing (mstruebing)

documentation

README

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.

Commit count: 12

cargo fmt