Hi all
I have setup Shared Folders with Recycle Bin. Small problem is that I would like to allow users access to read and execute any file in the network created Recycle Bin, but they can't get past the root directory (they can see files and directory's in the Recycle Bin but no deeper)
It appears that files get moved into the recycle bin and the permissions get changed to root only. Is there a way to have the permissions for files moved to the recycle bin to have read and execute permissions for all users?
The reason I would like this is when I rsync from another system to backup the server I get the following error on each share for every folder in each Recycle Bin:
sent 1936 bytes received 168 bytes 1402.67 bytes/sec
total size is 22478668 speedup is 10683.78
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at /home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/main.c(1040) [sender=3.0.4]
Partial transfer due to errorRsync.exe returned an error. Will try again. This is retry number 1 of 5
sending incremental file list
rsync: readdir("/Servermalvern/directors-x/Recycle Bin"): Permission denied (13)
I could run a cron rsync job, as that will run as root, bypassing any permission issues, however I also have a ReadyNAS device that runs a manual backup for offsite storage. This also fails and I would like to have the permissions automatically allow read and execute for any files in the recycle bin.
Thanks