I used central administration site collection backup to back up a My Site, and then used PowerShell restore-spsite to restore it on another server. All of the content moved, but the profile information ("ask me about," "past projects," the profile photo, etc.) did not move. How do I move the profile information?
Here is the script I used:
Restore-SPSite -Identity http://sitename:81/my/username/
-Path c:\backup\mysite\username.bak -DatabaseServer servername
-databasename WSS_Content -Force