I want to create a whole disk image and some incremental of them. First I created a disk backup with
dd if=/dev/disk1 of=/Volumes/USBDrive/diskimage.img bs=1024k
and there is my problem: how can I create an incremental disk image of diskimage.img?
And how is the way back from the incremental image to a complete disk?