Actualiser server

Mylloon 2023-12-24 01:38:50 +01:00
parent e617792dc7
commit 9becedaf3c
Signed by: Forgejo
GPG key ID: E72245C752A07631

@ -28,4 +28,8 @@ echo "Done :)"
```bash ```bash
if [ $(ip route | grep <localip> | wc -l) -ne 1 ]; then /path/to/script/routing.sh; fi if [ $(ip route | grep <localip> | wc -l) -ne 1 ]; then /path/to/script/routing.sh; fi
``` ```
# rsync
> at the client side, aka the receiver
options: `--exclude 'directory'` to exclude something