345dfg Posted July 14, 2011 Share Posted July 14, 2011 Not sure if this is the right forum section to post this. If not, accept my apologies and mods please move it where it should (hopefully not the trash ). I want to have a .php app developed that clones a Wordpress blog and then can import everything in another Wordpress blog (which will be on another domain and probably a different server altogether). I know that Wordpress has an export/import function, but that covers just the posts etc. I also want to be able to clone the theme, any media uploads (like banner images), existing plugins etc. The whole shebang. Do you have any idea as to what would be the best approach for such an app? I'm clueless with php myself so I have no idea what's possible. For example: 1) should this be a Wordpress plugin? 2) should this be a php app that is uploaded on "server 1" and it could "magically" migrate files from "server 2" to "server 3"? 3) Would that app require any of the servers to have cpanel installed? I'm looking for the simplest, most intuitive and straightforward path possible. I would be grateful for any feedback. Thanks is advance... Link to comment https://forums.phpfreaks.com/topic/241980-best-type-of-script-to-clone-a-wordpress-installation/ Share on other sites More sharing options...
345dfg Posted July 14, 2011 Author Share Posted July 14, 2011 Anyone? Thanks. Link to comment https://forums.phpfreaks.com/topic/241980-best-type-of-script-to-clone-a-wordpress-installation/#findComment-1242831 Share on other sites More sharing options...
premiso Posted July 14, 2011 Share Posted July 14, 2011 Use a shell script with rsync or scp to transfer from server to server. Link to comment https://forums.phpfreaks.com/topic/241980-best-type-of-script-to-clone-a-wordpress-installation/#findComment-1242832 Share on other sites More sharing options...
345dfg Posted July 17, 2011 Author Share Posted July 17, 2011 Thanks for the reply Link to comment https://forums.phpfreaks.com/topic/241980-best-type-of-script-to-clone-a-wordpress-installation/#findComment-1243736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.