Help with permissions

Hey guys, have the GUI version running on Unraid. I replaced my cache drive and was trying to tighten up shares on unraid. Now i am getting the following error. Any help would be appreciated.

Running backup command from /cache/localhost/1 to back up /media/Server Backups
Options: [-log backup -storage OneDriveKeep -threads 10 -stats]
fork/exec /root/.duplicacy-web/bin/duplicacy_linux_x64_2.3.0: permission denied

You need to make that file executable:

chmod +x /root/.duplicacy-web/bin/duplicacy_linux_x64_2.3.0

thanks gchen, i typed that at a terminal window and it said no file or directory, i am just trying to hunt it down, any ideas?

Hey, was able to find the file with Krusader, then did that command and it seemed to work, thanks so much for that! it was at this location…

/media/cache/appdata/Duplicacy/config/bin/

media/cache folder? :thinking:

Are you sure this is the executable being used?

tower,

no i am not, it was the only one i could find though. The thing is, as soon as i ran chmod +x duplicacy_linux_x64_2.3.0 within that directory my backups started completing again, weird.