July 6, 201213 yr I upgraded my unRaid box from 4.7 to 5.0-rc5 and followed upgrade instructions: - created a new user - set ownership and permissions under Utilities/New permissions I mounted one of the shares on my Windows7 machine and I am using Cygwin + rsync to synchronize files. Now, when I run a script I receive following error: failed Permission denied (13) Here is my script: c:\cygwin\bin\rsync.exe --progress -arth --exclude=".*" --exclude "System Volume Information" --exclude "RECYCLER" --exclude "$RECYCLE.BIN" --verbose --delete "/cygdrive/h/" "/cygdrive/v" I believe this is caused by a new security settings in 5.0-rc5 and created new user. Any suggestions, how to solve this problem? Thank you
July 6, 201213 yr Author With unraid 4.7 I did not have to use any login. One of the unraid shares is mounted (SMB) on Windows 7 and everything worked well. I think I would have to include this new user/password I created in the script, maybe I should use SSH?
Archived
This topic is now archived and is closed to further replies.