#encryption

bin+lib vivo

[WIP] Vivo - restic backup w/ sync to b2

1 unstable release

0.1.0 Sep 21, 2024

#1036 in Command line utilities

Download history 179/week @ 2024-09-20 30/week @ 2024-09-27 5/week @ 2024-10-04

214 downloads per month

Apache-2.0 OR MIT

20KB
386 lines

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

Dependencies

~11–25MB
~304K SLoC