7 lines
94 B
Bash
7 lines
94 B
Bash
|
#!/bin/bash
|
||
|
source /opt/scripts/restic/restic.env
|
||
|
|
||
|
restic check --read-data
|
||
|
|
||
|
echo "done! :)"
|