Fix overwrite of backupLog during verify and not Restoring
Log a start message inside backupLog as well
Redirect tar's verify stderr to the log as well
The status page in the webui now always loads the whole log with auto scroll.
Notes
Although its deprecated, it seems that $usbDestination should be $backupOptions['usbDestination'] (line 136) and $txt .= seems uninitialized at line 139.
backupLog
entriesbackupLog
Notes
Although its deprecated, it seems that
$usbDestination
should be$backupOptions['usbDestination']
(line 136) and$txt .=
seems uninitialized at line 139.