NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
rsync Linux port path
1 Topicrsync path
I have readyNAS NV+ v2, running RAIDiator 5.3.11, located on the local network at 192.168.1.200. There is a share called "oskarsbag", with SMB and rsync protocols enabled. There is a NAS box user called "oskar", who has read/write share access enabled for rsync. I am trying to rsync the content from directory "dirxyz" on "oskarbag" share on NAS to a local directory on my Linux desktop named "dirback". I would expect the rsync command run in a bash shell on the desktop to be something like: rsync -ruv oskar@192.168.1.200:/oskarbag/dirxyz/ ~/dirback This does not work. What port number does rsync daemon on NAS listens to and what is the correct path to the directory oskarbag/dirxyz ? TIA, Oskar B.Solved