rsync is an open source utility that provides fast incremental file transfer. It works both locally and remote with either the custom rsyncd protocol or a remote shell like ssh.
rsync is an open source utility that provides fast incremental file transfer. It works both locally and remote with either the custom rsyncd protocol or a remote shell like ssh.
To install rsync, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rsync
To see what files were installed by rsync, run:
port contents rsync
To later upgrade rsync, run:
sudo port selfupdate && sudo port upgrade rsync
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.