Monday 15 October 2018

How to install rsync utility in Centos 7



Rsync is open source software that used to synchronize files/folders from local to local computers and remote computers as well over SSH with compression and encrypted files.
Following command to install rsync command:

[root@linuxcnf ~]# yum install rsync
Loaded plugins: fastestmirror, refresh-packagekit, security
………………………

Installed:
  rsync.x86_64 0:3.0.6-12.el6
Complete!
[root@linuxcnf ~]#

Run the following command to verify:

[root@linuxcnf ~]# whereis rsync
rsync: /usr/bin/rsync /usr/share/man/man1/rsync.1.gz
[root@linuxcnf ~]#

It’s done!!!

No comments:

Post a Comment