Windows/Backup

Acronis Backup&Recovery Command

muhanrush 2011. 8. 16. 09:48

신규로 도입된 IBM x3550 M3, x3650 M3 장비에서는 BIOS를 UEFI로 사용하기 때문에 OS 설치시 Disk Type이 자동으로 GPT 로 잡히게 됩니다.

기존에 제가 사용하던 Trueimage Command에서는 Disk Type이 MBR일 경우에 적용되는 형식이었습니다.

1. Disk Type MBR

"C:\Program Files\Acronis\TrueImageEchoServer\trueimagecmd" --partition:1-1 --filename:%BkupDest%\%Host%_%sdy%.tib --create >> %LogDest%\%sdy%.log

위에서 Partition에 1-1 이 기입된 것을 보실 수 있습니다.

이 번호는 Diskpart 대신에 trueimagecmd.exe /list 로 조회하시면, 확인이 가능합니다. 예제를 보시겠습니다.

C:\>"C:\Program Files\Acronis\TrueImageEchoServer\trueimagecmd.exe" /list
Num  Partition            Flags       Start      Size       Type
---- -------------------- ----------- ---------- ---------- -----------
Disk 1:
1-1  W2K3_STD_x86 (C:)    Pri,Act     63         104856192  NTFS
     Table                            104856255             Table
1-2  IN_SAS6_WAS (D:)                 104856318  180586602  NTFS
     Unallocated                      285442920  16065      Unallocated

결과 값에서 알 수 있듯이 partition 옵션에 들어가는 값은 Num 컬럼에 있는 값이 되겠습니다.

2. Disk Type GPT

GPT Disk Type에서 trueimagecmd.exe /list 조회 결과는 다르게 됩니다.

C:\Program Files (x86)\Acronis\BackupAndRecovery>TrueImageCmd.exe /list
Num  Partition            Flags       Start      Size       Type
---- -------------------- ----------- ---------- ---------- -----------
Dynamic & GPT Volumes:
GPT1  FAT32                                       204800     FAT32
                          Disk: 1     2048       409600
GPT2  W2K8_STD_x64 (C:)                           62914560   NTFS
                          Disk: 1     673792     125829120
GPT3  IN_SAS_DATA (D:)                            79324160   NTFS
                          Disk: 1     126502912  158648320


결과에서 아실 수 있듯이, trueimagecmd.exe 명령어로 GPT Disk Type에서 백업을 받으실 때는 아래와 같이 사용하시기 바랍니다.

"C:\Program Files (x86)\Acronis\BackupAndRecovery\trueimagecmd.exe" /create /partition:GPT1 /filename:%BkupDest%\%Host%_%sdy%.tib /log:%LogDest%\%sdy%.log /progress:on