Go to content Go to sidebar

If you can read this

If you can read this, then I’ve been able to rsync my local blog directory up to my hosted space. I was originally planning on using WebDAV, but my preliminary tests produced some annoying ._ artifacts. Rsync was fast, smart and easy – once I built a fresh binary and got the hang of the trailing directory slashes. Here’s the command that I’m using:


rsync --verbose --recursive --times --links --hard-links \
        /local_path_name/blog/ \
        username@host:public_html/blog/