sync folder from local to server with progress code example
Example: sync folder from local to server with progress
rsync -aP ~/SourceDirectory/ [email protected]:~/Destination
rsync -aP ~/SourceDirectory/ [email protected]:~/Destination