mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-01-10 15:12:49 +01:00
4 lines
107 B
Bash
Executable file
4 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
source /mnt/data/bin/resticenv
|
|
/usr/bin/restic check --read-data-subset=700M
|