Jump to content

NTBackup: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Zippy1981 (talk | contribs)
m Moved the reference link to the Firestreamer-RM Product Website
Zippy1981 (talk | contribs)
m Changed the stub
Line 36: Line 36:


{{Windows commands}}
{{Windows commands}}
{{software-stub}}
{{compu-storage-stub}}


[[ko:NT백업]]
[[ko:NT백업]]

Revision as of 15:05, 8 August 2009

NTBackup is the built-in backup command of Microsoft Windows, introduced in Windows NT around 1997 and part of all subsequent versions up to and including Windows 2000, Windows XP and Windows Server 2003. It uses a proprietary backup format (BKF) to back up files. Files can be backed up to tape, ZIP drives and floppy disks. It also features integration with Task Scheduler and has several command line switches for scheduled automated backups.[1]

In Windows Vista and later operating systems, NTBackup was replaced by Windows Backup and Restore Center, which uses the Virtual Hard Disk (VHD) file format, supports backup to modern media such as DVDs and image-based full system backups.

Beginning with Windows Server 2008, Microsoft has replaced NTBackup with Windows Server Backup, which also includes the new wbadmin command.[2]

For reading/restoring older backups, Microsoft has made available the NTBackup Restore utility which can only read BKF files.[3] This utility can only be used on Windows Vista and Windows Server 2008. It cannot be used on Windows 7 or Windows Server 2008 R2 as it depends on Removable Storage Manager, a component removed in these operating systems.[4]

When use with tape drives, NTBackup uses the Microsoft Tape Format (MTF)[1], which is also used by Backup Exec.

Features

NTBackup supports several operating system features including backing up the computer's System State. On computers that are not domain-controllers, this includes the Windows Registry, boot files, files protected by Windows File Protection, Performance counter configuration information, COM+ class registration database, IIS metabase, replicated data sets, Exchange Server data, Cluster service information, and Certificate Services database. On domain controllers, NTBackup can back up Active Directory, including the SYSVOL directory share.

NTBackup supports Encrypting File System, NTFS hard links and junction points, alternate data streams, disk quota information, mounted drive and remote storage information. It saves NTFS permissions, audit entries and ownership settings, respects the archive bit attribute on files and folders and can create differential and incremental backups, backup catalogs, as well as Automated System Recovery.

NTBackup can use removable media devices that are supported natively by the Removable Storage Manager (RSM) component of Windows. However, RSM supports only those tape devices which have RSM-aware WDM drivers and unless the tape device or other removable media device is recognized by RSM, it is not fully supported by NTBackup.[5]

NTBackup from Windows XP and later includes Volume Shadow Copy (VSS) support and thus can back up locked files. In case of Windows XP Home Edition, NTBackup is not installed by default but is available on the Windows XP installation disc. [6]

An expert system administrator can use the NTBackup scripting language to create a functional backup system. Scripting enables the system administrator to automate and schedule backups of files and system state, control the RSM to follow a media rotation strategy, reprogram the RSM to work with external HDD and NAS as well as tape, send email reminders to prompt users to insert the media and compile backup reports that include logs and remaining capacity. An alternative to scripting is GUI software such as BackupAssist, which automates NTBackup and can perform automatic, scheduled backups of Windows-based servers and PCs using NTBackup.

A third-party addon known as Firestreamer-RM [7] extends the Removable Storage component in Microsoft Windows to support modern storage media such as external hard disks, flash memory, optical media such as CD, DVD and Blu-Ray and network file systems exposing the pieces of media as virtual tape to NTBackup which is based on Removable Storage.

References