Update rsync on Linux
On Linux, Local uses the system version of rsync
for MagicSync deployments. Because of this, you’ll need to ensure you have a recent version which you can update by issuing these commands within a terminal:
Ubuntu, Pop!_OS, and Debian
sudo apt-get --only-upgrade install rsync
CentOS, Red Hat, and Fedora Linux
yum update rsync