Home  >  Article  >  Computer Tutorials  >  Missing Windows Server Backup GUI [Fixed]

Missing Windows Server Backup GUI [Fixed]

王林
王林forward
2024-02-22 09:43:311163browse

This may be confusing if you have configured a backup of your Windows server but find that the graphical user interface is missing. This article is designed to help you solve this problem. We'll explore how to deal with the lack of a Windows Server Backup GUI.

缺少Windows Server Backup图形用户界面[修复]

Fix missing Windows Server Backup GUI

If Windows Server Backup Graphical User Interface is missing, follow the solutions mentioned below to resolve the issue.

  • Restart the computer
  • Check whether the Windows Server Backup Service is enabled
  • Install Network Load Balancing
  • Install WSB and NLB from PowerShell
  • Let’s talk about it in detail.

    1]Restart your computer

    If you find that the GUI is missing after backing up your configuration, proceed and restart your computer. Sometimes, a reboot is necessary to ensure applied changes take effect. After restarting the system, check if the issue has been resolved.

    2] Check whether the Windows Server Backup Service is enabled

    缺少Windows Server Backup图形用户界面[修复]

    We need to verify that your computer has Windows Server Backup installed. This is one of the features that can be enabled or disabled as needed. To do this, follow the steps below.

  • First, open the Server Manager utility.
  • Now you need to navigate to Manage from the right section and then go to Add Roles and Functions.
  • This will open the Add Roles and Features Wizard.
  • Go to the Features tab and look for Windows Server Backup.
  • If not selected, check the associated box and click Install.
  • After installation, please check whether the problem has been solved.

    3]Install network load balancing

    缺少Windows Server Backup图形用户界面[修复]

    If your system lacks a backup GUI, then it is crucial to install the Network Load Balancing feature. Network Load Balancing (NLB) is a powerful feature that helps you balance the distribution of network traffic across a cluster of servers. This is like introducing an intelligent traffic manager to your network, ensuring that the system runs efficiently and smoothly. The process of installing Network Load Balancing is similar to installing Windows Server Backup. You just need to check the relevant options in the Features section and click the Install button. This process completes all the necessary setup for you, making it easy to achieve a balanced distribution of network traffic.

    4]Install WSB and NLB from PowerShell

    Alternatively, you can install the Windows Server Backup and Network Load Balancing features in Windows PowerShell. To do this, search for PowerShell from the start menu as an administrator and execute the following command to open it.

    Note: Please be sure to follow the prescribed order

    备份-Windows功能Windows-Server-Backup - Remove
    
    安装- WindowsFeature NLB
    
    安装- Windows功能Windows-Server-Backup

    Hope you can solve this problem with the solutions mentioned in this article.

    Read: How to automatically backup Windows Server to Amazon S3?

    How to enable Windows server backup function?

    Windows Server Backup can be installed as a feature in Windows. To do this, start Server Manager and open the Add Roles and Features Wizard. Select "Windows Server Backup" under the "Features" section and continue with the installation process.

    Read: Windows Server system state backup failed

    How to view Windows server backup?

    To view the Windows Server Backup report, you need to search for "Windows Server Backup" from the Start menu. This will open and load WBADMIN and focus on the Messages section to view the backup status for the last 7 days.

    Also Read: Best free backup software for Windows Server.

    The above is the detailed content of Missing Windows Server Backup GUI [Fixed]. For more information, please follow other related articles on the PHP Chinese website!

    Statement:
    This article is reproduced at:mryunwei.com. If there is any infringement, please contact admin@php.cn delete