Synchronizing Files with the RSync Server
When RSync Access is configured, use the following procedure to synchronize files between the gateway and a local folder.

Run the following command:
rsync --recursive userName@deviceIP :/shareName localFolder
Where:
userName – The username.
deviceIP – The gateway IP address.
shareName – The name of the network share on the gateway.
localFolder – The name of the local folder.
For example, if the username is user1, the gateway IP address is 10.1.1.1, the name of the network share is share9, and the local folder is /var/mnt/share9, the relevant command is: rsync –-recursive user1@10.1.1.1 :/share9 /var/mnt/share9
For information on configuring RSync access, see
Configuring RSync Access.