Files
restic-scripts/resticprofile-schedule.sh
2024-06-15 15:11:26 -05:00

10 lines
112 B
Bash
Executable File

#!/bin/sh
set -e
resticprofile unschedule
resticprofile schedule --all
echo "Scheduled all restic profiles"