7 lines
95 B
Bash
7 lines
95 B
Bash
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# synchro.sh
|
||
|
#
|
||
|
|
||
|
rsync -avP . ovh:/srv/http/veille.o9.re/ --exclude=.git/
|