I setup a shared folder on the NAS called Hshare. It is setup as a Windows, Apple and ftp shared folder. The ftp is so I can see if the file is there.....yes, I should root the device to ssh into it, but I thought I would give this a try first.
I then tried to rsync a file to the NAS box with this command:
rsync -tlzv file_name rsync://xxx.xxx.xxx.xxx/array1/Hshare/
and got this error:
unknown module 'array1
I then re-read your post carefully...;-).... and tried this command
rsync -tlzv file_name rsync://xxx.xxx.xxx.xxx/array1_Hshare/
and got the error: unknown module 'array1_Hshare'
When I ftp into the box,
ftp://xxx.xxx.xxx.xxx, I see two folders, array1 and info. When I drill down into array1 I see the Hshare folder.
Your email said to use array1_share-name, and the rsync man page says array1/share-name as far as I can tell. Neither worked. What am I missing?
Thanks!
Mark
P.S. There is a lot of stuff in the info folder that appeared after I set up the RAID1. Do I need it? Can I delete it?