Show Table of Contents
Chapter 23. rsync
The
rsync utility performs fast file transfer and it is used for synchronizing data between systems. [20]
When using Red Hat Enterprise Linux, the rsync package provides rsync. Enter the following command to see if the rsync package is installed:
~]$ rpm -q rsync
package rsync is not installed
If it is not installed, use the
yum utility as root to install it:
~]# yum install rsync23.1. rsync and SELinux
SELinux requires files to have an extended attribute to define the file type. Policy governs the access daemons have to these files. If you want to share files using the
rsync daemon, you must label the files and directories with the public_content_t type. Like most services, correct labeling is required for SELinux to perform its protection mechanisms over rsync.[21]

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.