Actualiser server
parent
e617792dc7
commit
9becedaf3c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue