A wrapper around restic backup for multiple sources and repositories
Go to file
Jan Christian Grünhage f05ca9da0b
initial commit
2024-02-03 14:16:04 +01:00
src initial commit 2024-02-03 14:16:04 +01:00
.gitignore initial commit 2024-02-03 14:16:04 +01:00
Cargo.lock initial commit 2024-02-03 14:16:04 +01:00
Cargo.toml initial commit 2024-02-03 14:16:04 +01:00
LICENSE.md initial commit 2024-02-03 14:16:04 +01:00
README.md initial commit 2024-02-03 14:16:04 +01:00
config.sample.yaml initial commit 2024-02-03 14:16:04 +01:00

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.

License

CNPLv7