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