Page 1 of 1

Understanding Wiki Article

Posted: March 25th, 2020, 10:14 pm
by CaptCrunch
Hello, I am looking for assistance in understanding this article. I followed, wiki Windows Service install guide. Installed the service elevated the account to an local admin on the Windows vm and Sab starts fine and the web interface is accessible.

Where I am running into a problem is that it specifically sates to use UNC Paths. "NOTE When using network shares with the SABnzbd service, you must use network (UNC) paths (\\server\share) instead of drive letters (P:\)." When I try to map these the \\server\\share, I can view the files located in the share but it gives me an error on save "UNC path "\\server\share\" not allowed here.

Just looking to find out if this not supported with Windows service or is their a work around from this error message.

Thank you

Re: Understanding Wiki Article

Posted: March 28th, 2020, 3:31 am
by safihre
No, it's just not allowed as your Temporary Directory. This is to prevent you from creating a very slow setup.
If you put your Temporary Directory on a NAS: you download every byte to your PC, send it to the NAS, then transfer it back to your PC to extract and then send it back to the NAS for final storage. This would be very slow.

Re: Understanding Wiki Article

Posted: March 30th, 2020, 9:14 am
by CaptCrunch
Thank you for the information.