I use a linux shell script with wget to perform backups from various systems. However, performing the shell script takes a while, as the remote system creates first a ZIP file and then downloads it to a specified location. The shell script itself runs perfect in a terminal session. In HA scripts and automation I run into timeouts. Is there a way to prevent or at least define the timeout?
It’s fixed at 1 minute and can’t be changed or disabled. You can avoid it either by backgrounding your process or integrating your job in another way for example creating your own integration.