diff --git a/README.md b/README.md new file mode 100644 index 0000000..07d964c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Restic Scripts + +## Usage + +```shell +./restic_command.sh snapshots +``` + +```shell +./restic_backup.sh --tag manual +``` + +```shell +./restic_command.sh forget --keep-last 1 +``` + +```shell +./restic_command.sh restore +```