
Are you using forward-slashes or backslashes when creating your path?
Your post shows backslashes (used only in DOS, Windows environments).
Linux paths use forward-slashes.
Code: Select all
df -h $HOME/Temp/Incoming
Code: Select all
df -h $HOME
Code: Select all
df -h
+1sander wrote: ↑October 9th, 2023, 9:55 am But if you're that technical, why don't you run SABnzbd from source, with a python-venv? (Disclaimer: Maybe I missed something) See https://github.com/sabnzbd/sabnzbd/disc ... nt-6198486
Code: Select all
python3 -m pip install --upgrade sabctools