http://man.developpez.com/man1/rsync.1.php/
http://doc.ubuntu-fr.org/tutoriel/serveur_de_synchronisation_avec_rsync
http://fr.wikipedia.org/wiki/Rsync
http://doc.ubuntu-fr.org/rsync
http://doc.ubuntu-fr.org/tutoriel/sauvegarder_home_avec_rsync
eg rsync only php + html files src: http://www.aota.net/forums/showthread.php?t=22517
rsync --dry-run --archive \ --include '*/' \ --include '*.html' --include '*.php' \ --exclude '*' \ user@servername:\path\to\source \
Et cake: http://www.formation-cakephp.com/42/deploiement-rsync
–include=”.htaccess”