Netgear RND2150 RND2110 User Manual - Page 78

Rsync, The ReadyNAS Duo does not support Rsync over SSH.

Page 78 highlights

NETGEAR ReadyNAS Duo 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 Duo 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 Duo rsync share with no user name and password defined: # rsync ::backup To recursively copy the content of a share to /tmp: # rsync -a ::backup /tmp To do the same except with a login user and password hello, enter: # rsync -a user@::backup /tmp Password: ***** Note: The ReadyNAS Duo does not support Rsync over SSH. 2-12 Accessing Shares from Your Operating System v1.1, April 2008

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100

NETGEAR ReadyNAS Duo User Guide
2-12
Accessing Shares from Your Operating System
v1.1, April 2008
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 Duo
or a domain controller.
Here is an example of a way for a Linux client to list the content of a ReadyNAS Duo 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: *****
Figure 2-20
Note:
The ReadyNAS Duo does not support Rsync over SSH.