TrueNAS SCALETrueNAS SCALE Nightly Development Documentation
This content follows experimental early release software. Use the Product and Version selectors above to view content specific to a stable software release.

Rsync Daemon

This application in not needed when rsync is configured externally with SSH or with the TrueNAS built-in rsync task in SSH mode. It is always recommended to use rsync with SSH as a security best practice.

You do not need this application to schedule or run rsync tasks from the Data Protections screen using the Rsync Task widget.

Community applications are created and maintained by members of the TrueNAS community. Similarly, community members actively maintain application articles in this section. Click Edit Page in the top right corner to propose changes to this article.

This application is an open source server that provides fast incremental file transfers. When installed, the Rsync Daemon application provides the server function to rsync clients given the server information and ability to connect.

Installing the Rsync Daemon Application

The before installing the Rsync Daemon application (rsyncd) add a dataset the application can use for storage.

To install this application, go to Apps, click on Discover Apps, then either begin typing rsync into the search field or scroll down to locate the Rsync Daemon application widget.

Rsync Daemon Application Widget
Figure 1: Rsync Daemon Application Widget

Click on the widget to open the application Rsync Daemon information screen.

Rsync Daemon App Information Screen
Figure 2: Rsync Daemon App Information Screen

Click Install to open the Install Rsync Daemon configuration screen.

Install Rsync Daemon Screen
Figure 3: Install Rsync Daemon Screen

Accept the default value or enter a name in Application Name.

Accept the Network Configuration default port number the Rsync app listens on.

Add and configure at least one module. A module creates an alias for a connection (path) to use rsync with. Click Add to display the Module Configuration fields. Enter a name and specify the path to the dataset this module uses for the rsync server storage. Leave Enable Module selected. Select the type of access from the Access Mode dropdown list. Accept the rest of the module setting defaults. To limit clients that connect, enter IP addresses in Hosts Allow and Hosts Deny.

Add Module Name and Path
Figure 4: Add Module Name and Path

Accept the default for the rest of the settings.

Accept the default values in Resources Configuration or enter the CPU and memory values for the destination system.

Click Save.

The Installed applications displays with the app in the Deploying state until the installation completes, then it changes to Running.

Rsync Daemon Application Installed
Figure 5: Rsync Daemon Application Installed

Understanding Rsync App Settings

The following sections provide more detailed explanations of the settings found in each section of the Install Rsync Daemon configuration screen.

Application Name

The Application Name section includes only the Application Name setting. Accept the default rsyncd or enter a new name to show on the Installed applications screen in the list and on the Application Info widget.

Rsync Configuration

The Rysnc Configuration section Auxiliary Parameters allow you to customize the rsync server deployment. Enter rsync global or module parameters using the Auxiliary Parameters fields.

Add Auxiliary Parameters
Figure 6: Add Auxiliary Parameters

Click Add to the right of Auxiliary Parameters for each parameter you want to add. Enter the name of the parameter in Parameter and the value for that parameter in Value.

Network Configuration

The Network Configuration section includes the Host Network and Rsync Port settings.

Network Configuration Settings
Figure 7: Network Configuration Settings

Accept the default port number 30026 which is the port the Rsync app listens on. Before changing the port number refer to Default Ports to verify the port is not already assigned. Enter a new port number in Rsync Port.

We recommend that you leave Host Network unselected.

Module Configuration

The Module Configuration section includes settings to add and customize a module for the rsync server and to configure the clients allowed or denied access to it. Click Add for each module to add.

Add Module Name and Path
Figure 8: Add Module Name and Path

There are seven required settings to add a module and four optional settings.

Module Name is whatever name you want to give the module and is an alias for access to the server storage path. A name can include upper and lowercase letters, numbers, and the special characters underscore (_), hyphen (-) and dot (.). Do not begin or end the name with a special character.

Enable Module, selected by default, allows the list client IP addresses added to connect to the server after the app is installed and started.

Use optional Comment to enter a description that displays next to the module name when clients obtain a list of available modules. Default is to leave this field blank.

Enter or browse to the location of the dataset to use for storage for this module on the rsync server in Host Path.

Select the access permission for this storage path from the Access Mode dropdown list. Options are Read Only, Read Write, and Write Only.

Enter a number in Max Connections for the number of client connections to allow. The default, 0, allows unlimited connections to the rsync server.

Accept the UID (user ID) and GID (group ID) default 568. If you create an administration user and group to use for this module in this application, enter that UID/GID number in these fields.

Add Module Allow or Deny Hosts
Figure 9: Add Module Allow or Deny Hosts

Use Hosts Allow and Hosts Deny to specify IP addresses for client systems that can to connect to the rsync server through this module. Enter multiple IP addresses separated by a comma and space between entries in the field. Leave blank to allow all or deny hosts.

Use the Auxiliary Parameters to enter parameters and their values to further custiize the module. Do not enter parameters already available as the settings included in this section. You can specify rsync global or module parameters using the module Auxiliary Parameters fields.

Authentication

By default, the rsync daemon will allow access to everything within the dataset that has been specified for each module, without authentication. In order to set up password authentication you needs to add two auxilary parameters for the module:

Parameter: “auth users” Value: comma separated list of usernames

Parameter: “secrets file” Value: path to the rsyncd.secrets file

You will have to place the file inside your module dataset and use the value: “/data//rsynd.secrets”

The file will have to be chmod 600 and owned by root:root in order for the rsync daemon to accept it for authentication.

The file should contain list of username:password in plaintext, one user per line: admin:password1234 user:password5678

Resource Configuration

The Resources Configuration section allows you to limit the amount of CPU and memory the application can use. By default, this application is limited to use no more than 4 CPU cores and 8 Gibibytes available memory. The application might use considerably less system resources.

Resources Configuration
Figure 10: Resources Configuration

Tune these limits as needed to prevent the application from overconsuming system resources and introducing performance issues.