#!/bin/bash rsync --exclude=.git --exclude='packet format.java' --exclude-from=.gitignore -ravC . pi@solarpi:ble ssh pi@solarpi 'systemctl --user daemon-reload; systemctl --user restart solarmppt'