1)Install 10g software.
2create 10g database.
3)import full database-(if directory structures are same of source and target)
if not then..
3a)pre-create all the tablespaces in target as in source database.
then import full with ignore=y.

Note:As said by davey export is not a backup .

Regards