Skip to content

Commit

Permalink
Update backup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin authored Sep 30, 2024
1 parent 74bd13e commit 4cb8d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ case $BACKUP_SOURCE in
esac

# Upload the backup to Proxmox backup client
proxmox-backup-client backup $BACKUP_ID.pxar:/app/backup --backup-id "$BACKUP_ID" --ns "$PBC_NAMESPACE" --skip-lost-and-found
proxmox-backup-client backup $BACKUP_ID.pxar:/app/backup --backup-id "$BACKUP_ID" --ns "$PBC_NAMESPACE" --change-detection-mode=${CHANGE_DETECTION_MODE:legacy} --skip-lost-and-found

# Send a status update
if [ -n "$status_url" ]; then
Expand All @@ -99,4 +99,4 @@ fi
# Clean up the backup file if REMOVE_AFTER_BACKUP is set to TRUE
if [ "$REMOVE_AFTER_BACKUP" = "TRUE" ]; then
rm -rf /app/backup/*
fi
fi

0 comments on commit 4cb8d21

Please sign in to comment.