Disc Copy

Is there a disk copy utiliy for unix systems

eg:

I need to make a duplicate copy of a netraT1 to a netraT1

Thanks

Check out the man pages for dd()

An example would be:

dd if=/dev/hda1 of=/dev/hdb1