How to Restore a customized doctype onto a new instance

I have added few fields on my Employee doctype using Customized form. How can i restore the site backup onto a different instance and still have all the fields i added in the Employee doctype?

The custom fields are contained in the backup, so the backup and restore should just work.

All changes made in Customize Form are stored in the database. This means you can take a backup of your database, restore it onto a different server, and still have all your customizations. The other server can even be on a higher version (just run bench migrate after you restored the backup).

Thanks a lot. This actually worked.