#! /bin/bash remote='root@192.162.71.223:/var/www/apps.mlnp.fr/mdl' echo Deploying now. rsync -razvP . $remote echo successfully deployed.