initial move to resticprofile

This commit is contained in:
John Lancaster
2024-06-15 15:11:26 -05:00
parent 326d2c0910
commit 4c8b57dd16
4 changed files with 84 additions and 16 deletions

9
resticprofile-schedule.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
resticprofile unschedule
resticprofile schedule --all
echo "Scheduled all restic profiles"