Completed Download Folder

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
cablenut
Newbie
Newbie
Posts: 4
Joined: July 14th, 2010, 8:00 pm

Completed Download Folder

Post by cablenut »

Hi all, I have sabnzb setup on ubuntu working fine.

I want to be able to send all the completed files to a windows share drive on the lan but I can not figure out the format to enter in to the config panel.

I have tried

smb://mountname
//mountname

And I have looked through the manual but can't fine anything when going from Linux > Windows. There is plenty of information the other way thought :)

Any help appreciated!
cablenut
Newbie
Newbie
Posts: 4
Joined: July 14th, 2010, 8:00 pm

Re: Completed Download Folder

Post by cablenut »

Just a bit more info have checked and verified in Ubuntu that i can navigate to these share on the remote windows share.

I also checked through the log and still getting the error message that SABNZB can not find the location.

Any help appreciated.

Thanks!
wotsthestory
Newbie
Newbie
Posts: 1
Joined: July 19th, 2009, 4:22 am

Re: Completed Download Folder

Post by wotsthestory »

Quick and dirty method, potentially insecure but if it's your box and only you use it, it should be fine. I did this last night.


For the proper way see https://help.ubuntu.com/community/Mount ... ermanently

NOTE I had to do the first three steps from the website above, before I did the remainder. You may already have SMBFS installed. With the next two steps I checked to ensure that the shares mount/dismount on reboot.

1) Create a mount point /sharename or whatever
2) edit /etc/fstab to reflect your details //server/share /mountpoint cifs username=domain/user,password=password 0 0
3) mount with mount /mountpoint
4) you can edit locations in sabnzbd to reflect locations you require /mountpoint/downloads/complete etc.

Hope this helps.
Post Reply