i run a wordpress blog and i want to be able to easily sync its files (i can already sync the databases). the blog has a dev site and a production site that both reside on the same server. i want to be able to update the production site with the dev site as needed. thus, the production site would be updated only with files that changed in the dev site (with an exception or two). ideally, the sync script would also have a web interface, but this is optional. the site is hosted on linux. i think that rsync can do what i'm seeking, but i'm not sure. actually, i rather not use rsync if i can avoid it -- i rather use something that's more user friendly. any and all suggestions are welcomed. thanks in advance
Why not just copy them over via a simple file manager in your cp? or are they seperate accounts? what CP are you running?