Original Timestamp: 2014-01-26 22:56:14.080675

Original Timestamp: 2014-01-26 22:56:14.080675 Woot – Blog finally live (though in early stages!)… Originally started from folliwing this: http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world … Since, I have added some functionality, migrated the app to ‘The Cloud’ and added this blog front page (as well as a users’ page). Stay tuned for future updates / blog posts… I intend to[…]

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/ \\[…]