rsync

Transfer files either to or from a remote host (but not between two remote hosts), by default using SSH. To specify a remote path, use user@host:path/to/file_or_directory. More information: <https://download.samba.org/pub/rsync/rsync.1>.

Debian Debian
RUN apt-get update && \ apt-get install -y rsync
Ubuntu
RUN apt-get update && \ apt-get install -y rsync
Alpine
RUN apk add rsync
Arch Arch Linux
RUN pacman -S --noconfirm rsync
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y rsync
CentOS
RUN yum install -y rsync
Fedora
RUN dnf install -y rsync
Raspbian
RUN apt-get update && \ apt-get install -y rsync
click the source code to copy install rsync on any operating system with command-not-found.com