
Here we will discuss some of the most interesting ones. Let’s take a quick look at some of them.Īs we just said, global parameters are those defined at the beginning of the /etc/nf file, before any module definition, or optionally inside a section. All the parameters provided inside the stanza are local, so they are applied to the related module only settings provided before any stanzas, are global. A module is associated with a directory in the filesystem, specified with the path argument. The first thing we must notice is how an rsyncd module is defined: Ī module is defined in a “stanza” which begins with the declaration of the module name between square brackets, in this case. # dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2Īll the parameters are commented, and displayed as a configuration example: they represent a good starting point for our discussion. Here is the content of the file on Fedora: # /etc/rsyncd: configuration file for The file is already included in the Archlinux and Fedora packages, while on Debian it must be created from scratch. Once rsyncd is installed, we can configure it using the /etc/nf file. The main rsync package will be installed as a dependency:
#Grsync yum redhat install#
In recent versions of the distribution, to install it, we can use the dnf package manager.

On distributions like Fedora, instead, rsyncd, the rsync daemon, is distributed in its own package, rsync-daemon. On Archlinux, instead, we use pacman: $ sudo pacman -S rsync

On Debian we can use the apt package manager: $ sudo apt-get install rsync On Debian and Archlinux, the files related to the rsync daemon are included the rsync package, so all we have to do, is to install the latter. Installing the rsync daemon is really easy, since the package and its dependencies are available by default in the all the major Linux distributions repositories. $ – requires given linux commands to be executed as a regular non-privileged user # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command No special requirements are needed to follow this tutorial

#Grsync yum redhat software#
Requirements, Conventions or Software Version Used Software Requirements and Conventions Used Software Requirements and Linux Command Line Conventions Category
