NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
wagb4
Sep 21, 2014Aspirant
Module Name + FrontView Question
Rsync from a computer seems to need a ReadyNAS module name (rsync daemon) as the first part of the PATH, but I cannot find in any NetGear documentation what the name of that software is on the NAS (OS6 I'm now running firmware 6.1.9) to include in the PATH in an rsync command. How do I determine the name to provide to rsync? I'm referring to the text at the end in the rsync Help info:
I'm getting an Error from a rsync GUI tool ("luckyBackup") asking for a module name:
The rsync command being used is:
and it seems to want a module name after the double colons, but that doesn't seem correct to me - the "/tmp/nas" is the local mount point path on the local computer.
Only somewhat related - Is Neatgear FrontView software appropriate for my RN102? I have formed the impression FrontView is for older products and not for newer ARM processor models - Right? For my RN102 there is no software to access the NAS OS other than logging into the admin account for doing configuration actions.
Thanks
Usage: rsync [OPTION]... SRC [SRC]... DEST
or rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
or rsync [OPTION]... [USER@]HOST:SRC [DEST]
or rsync [OPTION]... [USER@]HOST::SRC [DEST]
or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
The ':' usages connect via remote shell, while '::' & 'rsync://' usages connect
to an rsync daemon, and require SRC or DEST to start with a module name.
I'm getting an Error from a rsync GUI tool ("luckyBackup") asking for a module name:
ERROR: The remote path must start with a module name not a / rsync error: error starting client-server protocol (code 5) at main.c(1534) [sender=3.0.9]
The rsync command being used is:
rsync -h --progress --stats -r -tgo -p -l -D --update --delete-after --password-file=/home/jim/bin/rsyncpw /home/jim/TestFiles rsyncjim@192.168.0.215::/tmp/nas/
and it seems to want a module name after the double colons, but that doesn't seem correct to me - the "/tmp/nas" is the local mount point path on the local computer.
Only somewhat related - Is Neatgear FrontView software appropriate for my RN102? I have formed the impression FrontView is for older products and not for newer ARM processor models - Right? For my RN102 there is no software to access the NAS OS other than logging into the admin account for doing configuration actions.
Thanks
3 Replies
Replies have been turned off for this discussion
- StephenBGuru - Experienced UserThe admin gui in OS6 is the OS6 equivalent to Frontview.
You need to enable rsync as a service, and also make sure rsync access is enabled for the destination shares. - wagb4AspirantThanks for the bit on FrontView, that helps.
Rsync is enabled as a service on the NAS and the Backup share has Rsync as one of the enabled in Network Access with Default access set to Read & Write. I created an rsync user with password for that Share. What is the "Module" that rsync is referring to? - mdgm-ntgrNETGEAR Employee RetiredA module is the rsync equivalent of a "network share".
Instead of /tmp/nas you would put the name of the module, i.e. the name of the share e.g. /TestFiles
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!