Compare commits

..

1 Commits

Author SHA1 Message Date
Morten Olsen
9928f908a0 fix 2025-09-06 00:17:49 +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"