Quando eseguo questo comando
rsync -avzp --del -e "ssh -p myport" user@hostname:/var/www/tests /var/www/tests
i file vengono sincronizzati ma invece di salvare i file /var/www/tests
, Rsync crea un altro "test" di directory all'interno di "test" esistenti:
/var/www/tests/tests
e mette i file lì. Come dire a Rsync di non creare una nuova directory?