Updating Wordpress
Published July 7th, 2005 in LinuxSo 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.
on utilise rsync pour la synchro des différents serveurs du site de paléo
It would be interesting to know details