You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the script, it's a great idea and I'll get a lot of use out of it.
That said, I'm having issues running it from unraid.
The first was that it didn't like having a sort w/ a -h tag:
I pulled that out of the commands in the file and went back to running, and got: du: unrecognized option: S
so I switched that for a 's'. Then, running again I get:
du: unrecognized option: threshold=200M
BusyBox v1.30.1 (2019-06-12 17:51:55 UTC) multi-call binary.
Usage: du [-aHLdclsxhmk] [FILE]...
and now I'm stuck, because I'd like to use that feature but don't know what to enter. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
@manderso7
I got it working on unraid 6.9.2 by doing a couple tweaks. I created pull request #3 in case anybody encounters the same unrecognized option errors.
Thanks for the script, it's a great idea and I'll get a lot of use out of it.
That said, I'm having issues running it from unraid.
The first was that it didn't like having a sort w/ a -h tag:
I pulled that out of the commands in the file and went back to running, and got:
du: unrecognized option: S
so I switched that for a 's'. Then, running again I get:
and now I'm stuck, because I'd like to use that feature but don't know what to enter. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: