http://dublin2010.drupalcampireland.org/sessions/introduction-features-module
When staging a site from development to production, it is often necessary to export a lot of features that were created in the database. Developers often which it were as simple as updating the code from the latest version found in their cvs/svn/git repositories. Some modules enable you to export their settings to code, which can then be version controlled, but they aren't many and usually the process requires some cut and pasting which can lead to human error.
The features module enables you to export some of the more popular Drupal database configurations into code, in a simple and user-friendly way.
In this session I will introduce the features module, explain how it works, why it is useful and briefly demonstrate how to use it.