#!/bin/sh set -e ~/bin/bookmarks_backup ~/backup/bookmarks.html TZ=UTC ikiwiki --refresh --setup ~/www/ikiwiki.setup echo -n > ~/www/static/smileys/index.html rm -rf ~/www/static/sidebar ~/www/static/log/sidebar #ln -s ../files ~/www/static/ rsync --progress -z -a --copy-unsafe-links ~/www/static/ bonedaddy.net:www/ # Obsolete #/usr/share/bamboo/scripts/staticcopy --language en --src ~/www/content --dest ~/www/static > /dev/null 2> /dev/null #html2text -style pretty -nobs -o ~/www/files/resume.txt ~/www/files/resume.html