20 lines
214 B
Markdown
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
|
|
```
|