ansible/roles/unhb_backup_scripts/files/restic-backup-scripts/restic-check-read-data.sh

7 lines
94 B
Bash
Raw Permalink Normal View History

2023-10-10 12:40:22 +02:00
#!/bin/bash
source /opt/scripts/restic/restic.env
restic check --read-data
echo "done! :)"