This commit is contained in:
Morten Olsen
2025-09-06 00:11:42 +02:00
parent 44ead050c7
commit d091f3030b

View File

@@ -20,6 +20,7 @@ restic init --repo "$RESTIC_REPOSITORY" || true
echo "Running Restic backup..."
restic backup \
-r "$RESTIC_REPOSITORY"
"$SOURCE_DIR" \
--verbose \
--tag "daily" \