4 lines
136 B
Bash
4 lines
136 B
Bash
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
rsync -ha --info=progress2 --no-i-r --exclude='/.git' --filter='dir-merge,- .gitignore' ./ pi:aw-lights/
|