added click interface

This commit is contained in:
John Lancaster
2024-05-26 22:53:44 -05:00
parent b05b361dd4
commit a01ea3219b
4 changed files with 34 additions and 13 deletions

View File

@@ -2,6 +2,18 @@
## Usage
### Python
```shell
python -m restic.backup
```
```shell
python -m restic.prune
```
### Shell Scripts
```shell
./restic_command.sh snapshots
```