Netgear RNRX4410 ReadyNAS 2100 User Manual - Page 73

Rsync, backup, rsync -a &lt, backup /tmp, hello

Page 73 highlights

Rsync ReadyNAS 2100 User Manual 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 3-25 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 ::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 does not support Rsync over SSH. Managing User Access v1.0, May 2009 3-19

  • 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
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124

ReadyNAS 2100 User Manual
Managing User Access
3-19
v1.0, May 2009
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.
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: *****
Figure 3-25
Note:
The ReadyNAS does not support Rsync over SSH.