Copying of special files
tar cf - . | (cd ../root/old/Bootdisks/root/dev; tar xvf -)

Copying one harddisk to another 
dd if=/dev/hda of=/dev/hdb bs=100M count=410
will copy 40GB hardidsk - at UDMA100 it takes about half hour