GaryNg
Results
21
comments of
GaryNg
I managed to get it working with the following batch script: ```batch @echo off setlocal if /i "%DUPLICATI__OPERATIONNAME%" neq "Backup" goto end if /i "%DUPLICATI__PARSED_RESULT%" neq "Success" goto end if...