#!/bin/sh rsync -rlpv \ ./ \ USER@SERVEUR:/var/www/monsite/ \ --exclude-from=.gitignore \ --exclude=".*" \ --exclude="run.py"