How to Install rsync
in Linux
Applies To:
Oracle Cloud Infrastructure - Version N/A to N/A [Release 1.0]
Linux x86-64
Goal:
To install rsync on OCI.
Solution:
The rsync
utility can be used on a Oracle Linux instance in OCI. It performs fast file transfer and it is used for synchronizing data between systems.
When using Oracle Linux, the rsync
package provides rsync
. Run "rpm -q rsync
" to see if the rsync
package is installed.
If it is not installed, run the following command as the root user to install it:
# yum install rsync
Refer following link for more details on rsync
utility.
rsync documentation:rsync documentation:
Tagged:
0