Create and manage Windows Server Backups
In this lab, participants will learn how to create and manage backups for Windows Server, ensuring data integrity and availability through effective backup strategies and recovery techniques.
Session duration: 60 minutes· Typical launch: ~3 min
Difficulty
Beginner
Lab level
Lab VMs
1
1 Windows
XP Reward
300 XP
On completion
Virtual machines
Lab VMs
Windows Server 2025
Windows
Username / Password
user / password123
Connection type
In-browser RDP / RDP
CPU / RAM
—
Lab instructions
Follow the steps below to complete the lab.
Before you can create backups, you need to install the Windows Server Backup feature. In this step, you will install the feature using the Server Manager.
- Login with the ladmin user account and the password
password123. - Open Server Manager from the Start menu button.
- Once Server Manager opens close the pop-up window message.
- Click on Manage in the top right corner.
- Select Add Roles and Features.
- In the wizard, click Next until you reach the Features section.
- Check the box for Windows Server Backup.
- Click Next, then click Install to begin the installation process.
- Wait for the installation to complete, then click Close.
- Click Check Step.
Before proceeding with the backup configuration, ensure that you have the necessary permissions to create backups on the server. In this step, you will create a one-time backup of the server using the Windows Server Backup feature.
- Create a folder named backup on the
C:\drive. - Right-click the
C:\backupfolder, select Properties, go to the Sharing tab, click Advanced Sharing, enable Share this folder, set the share name to backup, click Permissions button, grant Everyone Full Control (for testing), and click OK, click OK again and click Close.
NOTE: Backups should be protected. You should NOT be granting access to Everyone in a real production environment. To make it easy for this lab we are relaxing the permissions.
- Verify the share by accessing
\\localhost\backupin File Explorer. - Open the Windows Server Backup console from the Tools menu and selecting Windows Server Backup.
- In the left pane, click Local Backup
- In the right pane, click on Backup Once....
- Select Different options and click Next.
- Choose Full server (recommended), then click Next.
- Choose Remote shared folder, and click Next.
- Select the backup destination. Type
\\localhost\backupand click Next. - Review your backup settings and click Backup to start the process.
- Wait for the backup to complete, then click Close when finished.
- Click Check Step.
After configuring the backup settings, you need to create a scheduled backup to ensure your data is regularly saved. In this step, you will set up a backup schedule using the Windows Server Backup feature.
- Open the Windows Server Backup console if not already open from the Tools menu and selecting Windows Server Backup.
- In the right pane, click on Backup Schedule….
- Click Next to get started.
- Follow the wizard to configure the backup schedule:
- Choose Full Server backup as per your requirement and click Next.
- Set the frequency of the backup choosing Once a day.
- Specify the time of day for the backup to run like 9:00 PM and click Next
- Select the destination for the backup Backup to a shared network folder.
- Click OK on the popup warning.
- Type the path or location like
\\localhost\backupand click Next. - Type a username to perform the backup daily like the ladmin user account with the password
password123anc click OK.
NOTE: In a production environment you should reate a dedicated backup account, for example: svc_backup with the necessary memberships like Backup Operators.
- Review your settings and click Finish to create the scheduled backup.
- Review the summary and clikc Close.
- Click Check Step down below.