#!/bin/sh
cp output.png $(date +%Y%m%d_%H%M%S)_output.png
rsync -acvzP --delete $(pwd) pi@raspberrypi:/var/www/html/export/
