Backup Your S!

Even though I knew better, I learned the hard way (and Google Cache saved my bum!) about running as root in production. If your backup process is manual (whatever type of backup), it’s not good enough. Let’s learn from my mistakes – automate that stuff: echo -e ‘#!/bin/sh\n START=$(date +%s)\n rsync -avh /usr/local/www/* /mountedbackupdrive/hwcdibak/ \\[…]