Windows Server/ETC

Windows 2008 System 상태 백업

MayStyle 2009. 3. 10. 16:11

시스템의 문제에 대한 대비로써도 그렇고 Active Directory을 위해서도 그렇고, 우리는 System Status Backup 이 필요합니다.

문법은 간단합니다.
wbadmin start systemstatebackup –backupTarget:”볼륨이름:”
으로 해주면 됩니다. 다만… 같은 볼륨에는 백업이 않되네요…^^;;

On Windows 2008, System status backup is supported in the command line prompt.
You can use ‘wbadmin start systemstatebackup –backupTarget:”volume name":”’ command.

But it doesn’t support to backup same volume. So your backupTarget would be a another volume.

image