SHELL=/usr/bin/fish
download:
rsync --archive --exclude '*~' --delete --itemize-changes sibirocobombus:alexschroeder.ch/wiki/ .
diff:
rsync --dry-run --archive --exclude '*~' --delete --itemize-changes . sibirocobombus:alexschroeder.ch/wiki/
upload:
rsync --archive --exclude '*~' --delete --itemize-changes . sibirocobombus:alexschroeder.ch/wiki/
restart:
ssh sibirocobombus.root 'systemctl restart alex'
snapshot:
rsync --link-dest ../wiki --archive . ../wiki-(date --iso-8601)/
.PHONY: feed.json.gz
feed.json.gz: feed-template.json
env ODDMU_LANGUAGES=de,en oddmu export -template {body}lt; | gzip > $@