onclick="addDate_download()" attribute.
For storing, a filename with the current date will be proposed.
function addDate_download() { const d = new Date(); document.getElementById("startBackup").download = "VeloboxBup_" + (d.getFullYear()*10000 + (d.getMonth()+1)*100 + d.getDate());}