To install `rsync` on Arch Linux, open your terminal and run the following command:
```bash
sudo pacman -S rsync
```
This command will download and install `rsync` from the official Arch Linux repositories. After installation, you can verify that it's installed by running:
```bash
rsync --version
```
This should display the installed version of `rsync`, confirming that the installation was successful.