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