A wrapper around restic backup for multiple sources and repositories
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
config.sample.yaml | ||
LICENSE.md | ||
README.md |
restic-wrapper
restic-wrapper is a cli wrapper for restic, to make usage with multiple repos and data sources easier.
Installation
Use the package manager
cargo to
install restic-wrapper
.
cargo install restic-wrapper
Usage
$ restic-wrapper --help
Usage: restic-wrapper <CONFIG> <REPOSITORY> <SOURCE> [OPTIONS]
Arguments:
<CONFIG>
<REPOSITORY>
<SOURCE>
[OPTIONS]
Options:
-h, --help Print help
For config options, see config.sample.yaml
.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.