HOME

TheInfoList



OR:

Backup and Restore (formerly Backup and Restore Center) is the primary backup component of
Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
and
Windows 7 Windows 7 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on July 22, 2009, and became generally available on October 22, 2009. It is the successor to Windows Vista, released nearl ...
. It can create file and folder backups, as well as system images backups, to be used for recovery in the event of
data corruption In the pursuit of knowledge, data (; ) is a collection of discrete values that convey information, describing quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpret ...
, hard disk drive failure, or
malware Malware (a portmanteau for ''malicious software'') is any software intentionally designed to cause disruption to a computer, server, client, or computer network, leak private information, gain unauthorized access to information or systems, de ...
infection. It replaces NTBackup, which has been part of Windows since
Windows NT 3.51 Windows NT 3.51 is a major release of the Windows NT operating system developed by Microsoft and oriented towards businesses. It is the third version of Windows NT and was released on May 30, 1995, eight months following the release of Windows NT ...
. Unlike its predecessor, it supports CDs, DVDs, and Blu-rays discs as backup media. Backup and Restore offers file and folder backup in all editions of Windows. But its full set of features are only available on high-end editions of Windows, i.e., the Professional, Business, Enterprise, and Ultimate editions. Microsoft
deprecated In several fields, especially computing, deprecation is the discouragement of use of some terminology, feature, design, or practice, typically because it has been superseded or is no longer considered efficient or safe, without completely removing ...
Backup and Restore in
Windows 8.0 Windows 8 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on August 1, 2012; it was subsequently made available for download via MSDN and TechNet on August 15, 2012, and later ...
, recommending to use the
File History The transition from Windows 7 to Windows 8 introduced a number of new features across various aspects of the operating system. These include a greater focus on optimizing the operating system for touchscreen-based devices (such as tablets) and ...
app for file-based backup and a third-party solution for system imaging. Despite its deprecation, however, it is part of all versions of Windows released thereafter. The
Windows Server Windows Server (formerly Windows NT Server) is a group of operating systems (OS) for servers that Microsoft has been developing since July 27, 1993. The first OS that was released for this platform was Windows NT 3.1 Advanced Server. With the ...
counterpart of Backup and Restore is called Windows Server Backup.


Backup types

Backup and Restore supports two different types of backup: File and folder backup, and system image.


File and folder backup

The Backup and Restore app can create backup copies of individual files and folders. These backups are saved to
ZIP Zip, Zips or ZIP may refer to: Common uses * ZIP Code, USPS postal code * Zipper or zip, clothing fastener Science and technology Computing * ZIP (file format), a compressed archive file format ** zip, a command-line program from Info-ZIP * Zi ...
files. Two methods of file backup are supported. The first, normal backup, stores everything selected for backup. The second,
incremental backup An incremental backup is one in which successive copies of the data contain only the portion that has changed since the preceding backup copy was made. When a full recovery is needed, the restoration process would need the last full backup plus al ...
stores only files that are changed after a previous backup. File backup in Windows Vista does not allow users to choose specific files, locations, or users to back up; instead, it backs up content from all users based on categories: audio tracks, compressed files, documents, email, photos, recorded television shows, videos, and additional user files. Users can only choose whether to perform a backup of a certain category. Microsoft hoped that this simplistic approach would prove appealing to users who were easily appalled by "a long tree of checkboxes." File backup in Windows 7 presents two options for operation: ''Let Me Choose'', which allows users to perform backups of specific folders,
libraries A library is a collection of materials, books or media that are accessible for use and not just for display purposes. A library provides physical (hard copies) or digital access (soft copies) materials, and may be a physical location or a vir ...
, and to create a system image; and ''Let Windows Choose'', which creates backups of all personal data in user folders and libraries, and also creates a system image.


System image

The other method of backup, called ''Complete PC Backup'' in Windows Vista or ''system image'' in Windows 7, is a block-by-block disk image of the system, saved in a VHD file. The block-based backup is more efficient at performing subsequent differential backups, as only the blocks that have changed need to be backed up. However, Backup and Restore can also only create system images of disks formatted with the NTFS
file system In computing, file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control how data is stored and retrieved. Without a file system, data placed in a storage medium would be one lar ...
. One could later restore the VHD through the Windows Recovery Environment. Beginning with Windows Vista SP1, system images can be restored to a machine with a different
motherboard A motherboard (also called mainboard, main circuit board, mb, mboard, backplane board, base board, system board, logic board (only in Apple computers) or mobo) is the main printed circuit board (PCB) in general-purpose computers and other expand ...
, which may have a different disk controller, but the target machine must have the same number of disks. Alternatively, one could mount the VHD image as a virtual disk, allowing extraction of individual files. The mounted virtual disk has all the features of an actual volume, meaning that the
Previous Versions Shadow Copy (also known as Volume Snapshot Service, Volume Shadow Copy Service or VSS) is a technology included in Microsoft Windows that can create backup copies or snapshots of computer files or volumes, even when they are in use. It is imple ...
feature of Windows 7 is available on it. In Windows 7 Enterprise and Ultimate, it also possible to boot from the VHD file. Finally, hypervisors such as Hyper-V, VMware Workstation, and Oracle VirtualBox support VHD as their disk format, so it is possible to use these backups in virtual machines.


Backup targets

Backups could be stored on the root of any storage device other than the one being backed up or on a network share. However, Backup and Restore does not support backing up to a subfolder of a volume. It also supports CDs, DVDs, and Blu-ray discs as backup destinations, but does not support
tape drive A tape drive is a data storage device that reads and writes data on a magnetic tape. Magnetic tape data storage is typically used for offline, archival data storage. Tape media generally has a favorable unit cost and a long archival stability. ...
s. Windows Server Backup in Windows Server 2008 does not support hard disk drives with large sector sizes (4096 bytes) unless they support 512 byte emulation.


Operation

Backup and Restore is only a frontend for interfacing with the user. The backend component is a Windows service called Windows Backup. This service runs independent of user sessions and can perform scheduled backups even when no users have logged onto the system. Scheduled backups, by default, run every Sunday at 7 P.M. During a backup, Windows uses the Volume Shadow Copy Service (VSS) to ensure that files are not changed while they are being backed up. VSS ensures both file system-level consistency and app-level consistency for apps registered as ''VSS writers''. In Windows Vista and Windows 7, another Windows component called System Restore also uses VSS. As such, System Restore can use shadow copies that Backup and Restore created during a full system backup. As mentioned above, Backup and Restore is merely a frontend. Windows ships with an alternative frontend for Windows Backup, the
WBAdmin In computing, WBAdmin is a command-line utility built into Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 10 and Windows 11 operating systems. The command is used to perform ...
command-line utility. Only a member of the Administrators groups or the Backup Operators group can run WBAdmin.


Edition comparison

The Home Basic edition of Windows can perform manual file backups. The Home Premium and later editions can automate file backups, create file backups on network locations, create backup schedules, and perform incremental backups of files. The Professional, Business, Enterprise, and Ultimate editions support both the system image and Shadow Copy. The user interface of Complete PC Backup in Windows Vista does not support creating a system image to a network location; however, the
WBAdmin In computing, WBAdmin is a command-line utility built into Windows Vista, Windows Server 2008, Windows 7, Windows Server 2008 R2, Windows 8, Windows Server 2012, Windows 10 and Windows 11 operating systems. The command is used to perform ...
command can perform this operation. Unlike Windows Vista Home Premium, however, backing up files to a network share is not available in Windows 7 Home Premium. Windows 7 provides a user interface option to create a system image to a network location.


Deprecation

With the release of
Windows 8 Windows 8 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on August 1, 2012; it was subsequently made available for download via MSDN and TechNet on August 15, 2012, and later to ...
, Microsoft deprecated Backup and Restore in favor the new
File History The transition from Windows 7 to Windows 8 introduced a number of new features across various aspects of the operating system. These include a greater focus on optimizing the operating system for touchscreen-based devices (such as tablets) and ...
feature. Microsoft cited low use as the contributing factor for its deprecation, though the company retained all of its functionality for users who relied on it; the feature was moved to a Windows 7 File Recovery Control Panel applet and all previous points of access were removed. In Windows 8.1, all interface functionality—with the exception of system image creation, which is in a System Image Backup option in File History—were removed. Scheduling system image backups is not supported either. WBAdmin, however, remained available. (As mentioned above, both Backup and Restore, and WBAdmin are merely frontends for the Windows Backup service.) With the release of Windows 10, the Backup and Restore (Windows 7) Control Panel applet was made available again. File History remains the default and preferred method to back up local content in Windows 10. For the system image functionality, Microsoft recommends using third-party software.


References


External links


The Filing Cabinet: Storage Team Blog about file services and storage features in Windows
{{Microsoft Windows components Backup software Windows components Windows Vista Windows 7 Windows 8 Windows 10