vivo

Crates.iovivo
lib.rsvivo
version0.1.0
sourcesrc
created_at2024-09-21 04:31:39.968506
updated_at2024-09-21 04:31:39.968506
description[WIP] Vivo - restic backup w/ sync to b2
homepage
repositoryhttps://codeberg.org/tuck/vivo
max_upload_size
id1381925
size44,052
Daniel Tucker (dantuck)

documentation

https://docs.rs/vivo

README

Vivo Latest Version

Buy Me A Coffee

Install

From Cargo

cargo install vivo

Build from Source

Alternatively, clone this repo and do the following:

  • If Rust is not installed on your machine, follow the instructions on how to do that here: https://www.rust-lang.org/tools/install
  • run cargo build --release to compile the binary
  • go to /target/release and copy the vivo binary in your path: /usr/bin

Usage

Environment variable

Example

$ ./vivo help
[WIP] Vivo - restic backup w/ sync to b2


Usage: vivo [OPTIONS] [task_name] [COMMAND]

Commands:
  test  does testing things
  help  Print this message or the help of the given subcommand(s)

Arguments:
  [task_name]  Optional task name to operate on

Options:
  -c, --config <FILE>  Sets a custom config file
  -d, --debug...       Turn debugging information on
      --dry-run        Perform a dry run without making any changes
  -h, --help           Print help
  -V, --version        Print version  

License

Contribution

Commit count: 0

cargo fmt