added readme

This commit is contained in:
John Lancaster
2024-05-20 19:23:26 -05:00
parent d69d7caf2a
commit cb7da3510f

19
README.md Normal file
View File

@@ -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
```