This commit is contained in:
Morten Olsen
2025-09-06 00:16:00 +02:00
parent d091f3030b
commit 9928f908a0
2 changed files with 3 additions and 3 deletions

View File

@@ -20,10 +20,10 @@ restic init --repo "$RESTIC_REPOSITORY" || true
echo "Running Restic backup..."
restic backup \
-r "$RESTIC_REPOSITORY"
-r "$RESTIC_REPOSITORY" \
"$SOURCE_DIR" \
--verbose \
--tag "daily" \
--tag "daily"
if [ $? -eq 0 ]; then
echo "Restic backup completed successfully!"