跳至主内容

Veeam备份与复制

概述

GravityZone 与Veeam Backup & Replication v11a的集成旨在帮助您在将虚拟机恢复到生产环境前发现其安全问题。

为此, Bitdefender端点安全工具 ( BEST )会执行全面威胁扫描。若机器无威胁,Veeam将执行恢复操作;若 BEST 检测到威胁,则根据恢复设置,Veeam可中止恢复流程,或对机器及其磁盘施加特定限制后进行恢复。

先决条件

配置步骤

为使Veeam Backup & Replication能解析 BEST 的扫描状态,需修改特定Veeam配置文件。操作步骤如下:

  1. 在挂载服务器上导航至: %ProgramFiles%\Common Files\Veeam\Backup and Replication\Mount Service .

  2. 打开 AntivirusInfos.xml 文件。

  3. 在文件的 <Antiviruses> 章节中添加以下结构:

    <!--Bitdefender端点安全工具-->
    
        <AntivirusInfo Name='Bitdefender端点安全工具' IsPortableSoftware='true'
    ExecutableFilePath='%ProgramFiles%\Bitdefender\Endpoint Security\product.console.exe' CommandLineParameters= ' /c
    FileScan.OnDemand.RunScanTask custom path=%Path%' RegPath='' ServiceName='' ThreatExistsRegEx='剩余威胁数:\s[1-9]\d*|已解决
    威胁数:\s[1-9]\d*' IsParallelScanAvailable='false'>
    
            <ExitCodes>
    
                <ExitCode Type='Success' Description='命令执行成功'>0</ExitCode>
    
                <ExitCode Type='Error' Description='参数无效'>87</ExitCode>
    
                <ExitCode Type='Error' Description='参数错误'>160</ExitCode>
    
                <ExitCode Type='Error' Description='执行命令时发生错误'>1627</ExitCode>
    
                <ExitCode Type='Infected' Description='系统检测到威胁'>-526</ExitCode>
    
            </ExitCodes>
    
        </AntivirusInfo>
  4. 保存文件。

文件保存后,可继续执行Veeam文档中 安全恢复工作原理 章节描述的后续步骤。