Blaze9 Posted July 12, 2018 Posted July 12, 2018 Basically the title. I often use Windows to manage the files on a few of my folders, but if they were made/touched by the unraid system then windows doesn't have permission to move/delete them. Is there anyway to automate the docker safe permissions tool to run every x hours? Thanks!
Squid Posted July 12, 2018 Posted July 12, 2018 User scripts pluginScript would be newperms /mnt/user/nameOfShareSent via Tapatalk because I'm either at work or enjoying the summer
JonathanM Posted July 12, 2018 Posted July 12, 2018 This solution is a sort of surrender, the real answer is to determine which process is munging the permissions and fix the permission options in that process. Pretty much all of the docker containers I am aware of have ways to specify what permissions the files they touch should be left with.
Squid Posted July 12, 2018 Posted July 12, 2018 29 minutes ago, jonathanm said: This solution is a sort of surrender, the real answer is to determine which process is munging the permissions and fix the permission options in that process. Pretty much all of the docker containers I am aware of have ways to specify what permissions the files they touch should be left with. 100% true, but sometimes it's just plain easier and less aggravating. My /downloads sometimes gets left-over files in it that the client for whatever reason decided to not adjust the permissions on appropriately. I just have newperms running against that share hourly as the 2 seconds to do the script was easier than yelling at the computer and spending the time to figure out why it only happened once in a while. If I ever get bored, then I'll re-approach the problem, but for now, I just can't be bothered.
CHBMB Posted July 12, 2018 Posted July 12, 2018 100% true, but sometimes it's just plain easier and less aggravating. My /downloads sometimes gets left-over files in it that the client for whatever reason decided to not adjust the permissions on appropriately. I just have newperms running against that share hourly as the 2 seconds to do the script was easier than yelling at the computer and spending the time to figure out why it only happened once in a while. If I ever get bored, then I'll re-approach the problem, but for now, I just can't be bothered.Quitter...Sent from my Mi A1 using Tapatalk
axman Posted December 29, 2018 Posted December 29, 2018 On 7/12/2018 at 6:56 AM, Squid said: User scripts plugin Script would be newperms /mnt/user/nameOfShare Sent via Tapatalk because I'm either at work or enjoying the summer Hey Squid - when trying to run this script in the User Scripts plugin, I get the error "newperms: command not found" Any thoughts?
Squid Posted December 29, 2018 Posted December 29, 2018 /usr/local/sbin/newperms /mnt/user/nameOfShare But, usually its not necessary to run this on a schedule, unless you've got a container misconfigured and writing the wrong permissions
axman Posted December 29, 2018 Posted December 29, 2018 21 hours ago, Squid said: /usr/local/sbin/newperms /mnt/user/nameOfShare But, usually its not necessary to run this on a schedule, unless you've got a container misconfigured and writing the wrong permissions Thanks that worked. Ok I will check my container configurations to see what could be wrong.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.