One response to “Synchronizing using rsync”

  1. Dave Sherohman

    If you set the environment variable RSYNC_RSH to ssh (or /path/to/ssh), you can omit the -e argument from your rsync command line.

    You can also avoid needing to ssh -l username by setting up your ~/.ssh/config to supply the correct username for each host automatically.

Leave a Reply