Unpacking on NAS Raid too slow

Get help with all aspects of SABnzbd
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
wrwaugh
Newbie
Newbie
Posts: 4
Joined: June 9th, 2021, 11:08 am

Unpacking on NAS Raid too slow

Post by wrwaugh »

latest version of SABnzbd loaded on OSX. I use a raid NAS to store and stream my videos. I set Temporary Download to the OSX machine and Completed Download folder on the NAS where it unpacks on the raid. Is there a way to have files unpack on the OSX machine then automatically move to the NAS?
User avatar
sander
Release Testers
Release Testers
Posts: 8824
Joined: January 22nd, 2008, 2:22 pm

Re: Unpacking on NAS Raid too slow

Post by sander »

Yes, with a post-processing script. See https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts

Check question to you: from the OSX command line, do you know the command to move a directory from your MacOS to your NAS ... ?
wrwaugh
Newbie
Newbie
Posts: 4
Joined: June 9th, 2021, 11:08 am

Re: Unpacking on NAS Raid too slow

Post by wrwaugh »

I donot know the Command line code for MacOS to move directory to Synology NAS
wrwaugh
Newbie
Newbie
Posts: 4
Joined: June 9th, 2021, 11:08 am

Re: Unpacking on NAS Raid too slow

Post by wrwaugh »

I now have the correct terminal (command) line code. it is: mv Graboid/Pending/* /Volumes/Plex/tv
User avatar
sander
Release Testers
Release Testers
Posts: 8824
Joined: January 22nd, 2008, 2:22 pm

Re: Unpacking on NAS Raid too slow

Post by sander »

wrwaugh wrote: June 9th, 2021, 5:52 pm I now have the correct terminal (command) line code. it is: mv Graboid/Pending/* /Volumes/Plex/tv
OK.

Now, with the info https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts, you could create a script that would do that for you.

So, wild guess:

Code: Select all

mv "$1" /Volumes/Plex/tv
Make the script executable, put in script directory, and select it as post-processing script. Read https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts a few times.
wrwaugh
Newbie
Newbie
Posts: 4
Joined: June 9th, 2021, 11:08 am

Re: Unpacking on NAS Raid too slow

Post by wrwaugh »

Thank you for your help. I will give that a go...
Post Reply