Actualiser server
parent
e617792dc7
commit
9becedaf3c
1 changed files with 5 additions and 1 deletions
|
@ -29,3 +29,7 @@ echo "Done :)"
|
|||
```bash
|
||||
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