Howto cygwin
install packages after installation:
setup-x86_64.exe -q -P nano
list partitions:
cat /proc/partitions
backup entire drive using dd:
dd if=/dev/sdb of=/cygdrive/d/BACKUP_ENTIRE_DISK/backup-disco-c-$(date +%F).img bs=4096 conv=sync,noerror