backup
이미지 백업
백업
dd if=/dev/sda1 of=/mnt/backups/sda1-image
복구
dd if=/mnt/backups/sda1-image of=/dev/sda1
backup.txt · Last modified: 2013/08/03 05:04 by 127.0.0.1
백업
dd if=/dev/sda1 of=/mnt/backups/sda1-image
복구
dd if=/mnt/backups/sda1-image of=/dev/sda1