DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Mirror A Directory Between My "old" And "new" Web Server/ftp
On Local (new) server
rsync -zavurR --delete --links --rsh="ssh -p <porta> -l <user>" old.server.tld:/remote/directory /




