Updating Wordpress

So I have a huge public_html apparently running solely Wordpress but with there are many – many – many other files. So how I’m going to update this painlessly?

rsync -av /tmp/wordpress/ public_html and the magic is done. Synchronizes all the files that need to and even solves the hacks issues. Duh what a insanely great morning ;)

update: Now I’m using it to backup my files trough ssh. rsync -az --progress -e ssh bisch.org:~/ . Realized that my Maildir is supersized but at least I’ll have to do this only once.


2 Comments to “Updating Wordpress”  

  1. 1 manu

    on utilise rsync pour la synchro des différents serveurs du site de paléo :)

  2. 2 Ada

    It would be interesting to know details

Leave a Reply