NETGEAR RN31441E-100NAS, RN31400-100NAS Rsync, # rsync ipaddrbackup, # rsync -a ipaddrbackup /tmp

Models: RN10223D-100NAS RN31400-100NAS RN31441E-100NAS RN10400100NAS

1 120
Download 120 pages 10.09 Kb
Page 90
Image 90
Rsync

NETGEAR ReadyNAS User Guide

Rsync

Access to the share through rsync is identical regardless of the security mode. If you specified a user or password in the rsync share access tab, you will need to specify this when accessing the rsync share. Unlike other protocols, rsync uses arbitrary user name and password that is specific only for rsync access. The user account you specify does not need to exist on the ReadyNAS or a domain controller.

Figure 2-20

Here is an example of a way for a Linux client to list the content of a ReadyNAS rsync share with no user name and password defined:

# rsync <ipaddr>::backup

To recursively copy the content of a share to /tmp:

# rsync -a <ipaddr>::backup /tmp

To do the same except with a login user and password hello, enter:

#rsync -a user@<ipaddr>::backup /tmp Password: *****

# rsync <ipaddr>::backup Note: The ReadyNAS does not support Rsync over SSH.

2-12

Accessing Shares from Your Operating System

v1.0, October 2007

Page 90
Image 90
NETGEAR RN31441E-100NAS, RN31400-100NAS, RN10223D-100NAS manual Rsync, # rsync ipaddrbackup, # rsync -a ipaddrbackup /tmp