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:
1 | rsync --verbose --recursive --times --links --hard-links \ |