Compare commits

..

1 Commits

Author SHA1 Message Date
Morten Olsen
7b0e7c7c60 fix 2025-09-06 00:16:00 +02:00

View File

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