Crates.io | vivo |
lib.rs | vivo |
version | 0.1.0 |
source | src |
created_at | 2024-09-21 04:31:39.968506 |
updated_at | 2024-09-21 04:31:39.968506 |
description | [WIP] Vivo - restic backup w/ sync to b2 |
homepage | |
repository | https://codeberg.org/tuck/vivo |
max_upload_size | |
id | 1381925 |
size | 44,052 |
cargo install vivo
Alternatively, clone this repo and do the following:
cargo build --release
to compile the binary/target/release
and copy the vivo
binary in your path: /usr/bin
$ ./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