Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSilkky committed Aug 2, 2023
1 parent 6c71992 commit c299c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start=$(date +%s)
echo "Starting backup: ${RESTIC_BACKUP_SOURCE} to ${RESTIC_REPOSITORY} $(date +"%Y-%m-%d %H:%M:%S")"

set +e
restic backup ${RESTIC_BACKUP_ARGS} "${RESTIC_BACKUP_SOURCE}"
restic backup ${RESTIC_BACKUP_ARGS:-""} "${RESTIC_BACKUP_SOURCE}"
backupRC=$?
set -e

Expand Down

0 comments on commit c299c5a

Please sign in to comment.