rsync

  • Uncategorized

    Rsync with SSH without prompting for password

    rsync is a free software computer program for Unix and Linux like systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. Install rsync For ubuntu or debian # apt-get install rsync For RHEL/CentOS 4.x or older # up2date rsync For RHEL/CentOS 5.x or newer or Fedora # yum install…

Back to top button