Backing up core data and settings in Lync Server 2013

 

Topic Last Modified: 2014-04-23

The following procedures use Lync Server Management Shell cmdlets to create backup files for settings and data for core services. For details about the tools used in this section, including where they are located, see Backup and restoration requirements in Lync Server 2013: tools and permissions. For details about backing up Archiving and Monitoring data, see Backing up Archiving and Monitoring databases in Lync Server 2013.

Note

The step in this section to back up the Central Management store includes the settings and configuration for Archiving and Monitoring.

You can run the cmdlets described in this section locally or remotely.

To back up core data and settings

  1. From a user account that is a member of the RTCUniversalServerAdmins group, log on to any computer in your internal deployment.

  2. To store the backups you create in the following steps, create a new shared folder and update the path referenced by $Backup to the new shared folder.

  3. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell.

  4. Back up the Central Management store configuration file. At the command line, type the following:

    Export-CsConfiguration -FileName <path and file name for backup>
    

    For example:

    Export-CsConfiguration -FileName "C:\Config.zip"
    

    Note

    This step exports your Lync Server topology, policies, and configuration settings to a file. No other step is required to backup topology data.

  5. Copy the backed-up Central Management store configuration file to $Backup\.

  6. Back up Location Information service data. At the command line, type the following:

    Export-CsLisConfiguration -FileName <path and file name for backup>
    

    For example:

    Export-CsLisConfiguration -FileName "C:\E911Config.zip"
    
  7. Copy the backed-up Location Information service configuration file to $Backup\.

  8. Back up user data on every back-end database of a Front End pool and every Standard Edition server. At the command line, type the following:

    Export-CsUserData -PoolFQDN <Fqdn> -FileName <String>
    

    For example:

    Export-CsUserData -PoolFQDN "atl-cs-001.litwareinc.com" -FileName "C:\Logs\ExportedUserData.zip"
    
  9. Copy the backed up user file to $Backup\.

  10. On every pool that runs the Response Group application, back up the Response Group configuration. Do the following:

    1. At the command line, type:

      Export-CsRgsConfiguration -Source "service:ApplicationServer:<pool FQDN>" -FileName <path and file name for backup>
      

      For example:

      Export-CsRgsConfiguration -Source ApplicationServer:pool01.contoso.com -FileName C:\RgsConfiguration.zip
      
  11. Copy the backed up Response Group configuration file to $Backup\.