aboutsummaryrefslogtreecommitdiff
path: root/restic_backup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'restic_backup.sh')
-rwxr-xr-xrestic_backup.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/restic_backup.sh b/restic_backup.sh
index b68d299..96b80dd 100755
--- a/restic_backup.sh
+++ b/restic_backup.sh
@@ -37,7 +37,6 @@ restic backup \
--exclude-file "${CONFIG_DIR}/excludes" \
--password-file "${RESTIC_PASSWORD_FILE}" \
--option rclone.timeout=20m \
- --retry-lock 5m \
--tag daily || {
echo "Error: Restic backup failed." >&2
notify "Restic Backup ($(whoami)@$(hostname))" "Backup phase failed!" 8
@@ -55,7 +54,6 @@ if [ "$HOUR" -ge 2 ] && [ "$HOUR" -lt 4 ]; then
--repo "${RESTIC_REPOSITORY}" \
--password-file "${RESTIC_PASSWORD_FILE}" \
--option rclone.timeout=20m \
- --retry-lock 5m \
--keep-daily 7 \
--keep-weekly 4 \
--keep-monthly 6 \