Bundle copy is a replacement for the Content copy module which lives in the CCK project for Drupal 6.

Has export/import support for:

  • Node types
  • Taxonomy
  • User
  • Field API fields
  • Field groups

Please note that it will only export/import the bundle definition, not the content.

You can find the export/import links for the supported entities on following paths:

  • Nodes: admin/structure/types
  • Taxonomy: admin/structure/taxonomy
  • Users: admin/config/people/accounts

Note: If you do not see Import tab

  • Enable PHP Filter module (available by default in Drupal core)
  • Ensure 'Use PHP for settings' permission is enabled for the role or
  • Log in as user id 1 (admin user account created while Drupal installation)

Possibly more options will be added in the future. A simple hook is available for your own entities if wanted, see bundle_copy.api.php.

Other export/import modules:

Features is also a great to way to export content type definitions and other data, but sometimes you just want to export and import very fast with a simple copy/paste action.
Drush Ctex Bonus: a set of drush commands extending CTools export functions.

7.x-2.x-dev notes:
Features/Support added :

  • Export/import of Field Collection
  • Cloning of Content types
  • Export/Import of Commerce Entity bundles