Local File Sharing : Accessing Network Shares : Synchronizing Files with the RSync Server
  
Synchronizing Files with the RSync Server
When RSync Access is configured, use the following procedure to synchronize files between the cloud storage gateway and a local folder.
Run the following command:
rsync --recursive <userName>@<deviceIP> :/<shareName> <localFolder>
Where:
<userName> is the username.
<deviceIP> is the cloud storage gateway IP address.
<shareName> is the name of the network share on the cloud storage gateway.
<localFolder> is the name of the local folder.
For example, if the username is user1, the cloud storage 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.