Sync a local directory with a remote directory
rsync -avz -L --delete --exclude '.git' -e 'ssh' "<remote-path>" "<local-path>"