diff --git a/server.md b/server.md index 28c52cd..087751f 100644 --- a/server.md +++ b/server.md @@ -28,4 +28,8 @@ echo "Done :)" ```bash if [ $(ip route | grep | wc -l) -ne 1 ]; then /path/to/script/routing.sh; fi -``` \ No newline at end of file +``` + +# rsync +> at the client side, aka the receiver +options: `--exclude 'directory'` to exclude something \ No newline at end of file