백업할 파티션 : NTFS 4897MB, 3098MB used (reported in ghost)
실험 1) Ghost로 백업
백업 파일을 생성할 파티션 : FAT32, 압축모드 Fast
결과 : 2714MB copied, 11:42 time elapsed
root]# ls /mnt/data/win2k3.gho -la
-rwxr-xr-x 1 root root 1876925138 3월 3 01:44 mnt/data/win2k3.gho
실험 2) cat와 gzip를 이용한 백업
백업 파일을 생성할 파티션 : ext2
root]# time { cat /dev/hda1 | gzip -1 > mnt/debian/tmp/catw2k3.gz; }
real 41m40.242s
user 16m13.111s
sys 1m22.947s
root]# ls /mnt/debian/tmp/ -la
합계 3343948