[SOLVED] Determine if backup is run interactively vs scheduled

I didn’t realise this. How would I set my script to a single backup job and not as a node-wide default?

Thank you
Like already mentioned in this thread:
You should be able to set the script just for the scheduled job with
Code:
pvesh set /cluster/backup/backup-f1bd3b15-737e --script /path/to/script
Of course the backup ID and path will be different in your case. You can use cat /etc/pve/jobs.cfg to find the ID.