Files
restic-scripts/README.md
John Lancaster cb7da3510f added readme
2024-05-20 19:23:26 -05:00

20 lines
214 B
Markdown

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