This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Veeam backup and replication restore scanned by antivirus software.

Hey,

We use Veeam Backup and replication for backup and recovery.

We also use Sophos Protection on the server.

When I want to restore a VM, Veeam has the option to scan the VM for malware.

When I check that option I get an error message that there is no antivirus software.

I searched on Google and found this page: helpcenter.veeam.com/.../av_scan_xml.html

Searched for the .xml file and found but there are only examples but not for Sophos.

In the meantime I have found that Sophos has CLI but the rest of the institutions is still unclear to me.

Is there someone who can help me with this or who uses it himself?

 

Thanks in advance.



This thread was automatically locked due to age.
Parents
  • Hello all,

    I used this configuration for Malware scanning with VEEAM.

    <AntivirusInfo Name='SOPHOS' IsPortableSoftware='true' ExecutableFilePath='%ProgramFiles(x86)%\Sophos\Sophos Anti-Virus\SAV32CLI.exe' CommandLineParameters='%Path%' RegPath='' ServiceName='' ThreatExistsRegEx='>>>.+found\s+in\s+file' IsParallelScanAvailable='false'>
    <ExitCodes>
    <ExitCode Type='Success' Description='No threats detected'>0</ExitCode>
    <ExitCode Type='Error' Description='Antivirus scan was canceled'>1</ExitCode>
    <ExitCode Type='Error' Description='Antivirus scan was completed with errors'>2</ExitCode>
    <ExitCode Type='Infected' Description='Virus threat was detected'>3</ExitCode>
    </ExitCodes>
    </AntivirusInfo>

Reply
  • Hello all,

    I used this configuration for Malware scanning with VEEAM.

    <AntivirusInfo Name='SOPHOS' IsPortableSoftware='true' ExecutableFilePath='%ProgramFiles(x86)%\Sophos\Sophos Anti-Virus\SAV32CLI.exe' CommandLineParameters='%Path%' RegPath='' ServiceName='' ThreatExistsRegEx='>>>.+found\s+in\s+file' IsParallelScanAvailable='false'>
    <ExitCodes>
    <ExitCode Type='Success' Description='No threats detected'>0</ExitCode>
    <ExitCode Type='Error' Description='Antivirus scan was canceled'>1</ExitCode>
    <ExitCode Type='Error' Description='Antivirus scan was completed with errors'>2</ExitCode>
    <ExitCode Type='Infected' Description='Virus threat was detected'>3</ExitCode>
    </ExitCodes>
    </AntivirusInfo>

Children
No Data