Clonezilla
That's a nice software for cloning windows and linux clients
/opt/drb/sbin/dcs
ntfsclone
http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/43_read_ntfsimg_content.faq#43_read_ntfsimg_content.faq
-> ntfs images
cat /home/partimag/YOURIMAGE/hda1.ntfs-img.* | gzip -d -c | ntfsclone --restore-image -o OUTPUT.img
"-" ist für source = input
mount -o loop /file.img /mnt
https://sourceforge.net/forum/forum.php?forum_id=799287
zuerst in .gz umwandeln
gzip -d sda.ntfs.img.gz
ntfsclone --restore-image -o OUTPUTFILE.img INPUTFILE.img
mount -t ntfs -o loop OUTPUTFILE.img /mnt
