One easy thing to do woud be to use the webserver60 provider. This will migrate all sites, appPools from source server to the destination server.
msdeploy -verb:sync -source:webserver60 -dest:auto,computername=secondiis6server
You can read more about webserver60 provider here
Let us know if you need more information.