mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
5 lines
107 B
Text
5 lines
107 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
source /mnt/data/bin/resticenv
|
||
|
/usr/bin/restic check --read-data-subset=700M
|