1 unstable release
0.1.0 | Sep 21, 2024 |
---|
#1036 in Command line utilities
214 downloads per month
20KB
386 lines
Vivo
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 thevivo
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