How to resume from "too little disk space"

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
enricopallazzo
Newbie
Newbie
Posts: 1
Joined: January 3rd, 2021, 4:05 am

How to resume from "too little disk space"

Post by enricopallazzo »

Hi,

In sabnzbd I have set "Minimum Free Space for Temporary Download Folder" in settings --> folders. The value is set e.g. to 70 GB. I have an automation that moves away downloaded and extracted content. Once the disk space has been freed up I would like sabnzbd to resume the pending downloads in the queue. Is there a setting for this or another easy solution or otherwise I probably still could script something using the APIs for example.

Regards
Ilir
User avatar
jcfp
Release Testers
Release Testers
Posts: 986
Joined: February 7th, 2008, 12:45 pm

Re: How to resume from "too little disk space"

Post by jcfp »

Code for an autoresume function is currently being worked on; until then, resuming requires an explicit action. That action can be a human pressing a button, but also easily be scripted using the api, documentation here.
edgilmore
Newbie
Newbie
Posts: 1
Joined: January 4th, 2021, 3:35 am
Contact:

Re: How to resume from "too little disk space"

Post by edgilmore »

Resuming still requires an explicit action.
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: How to resume from "too little disk space"

Post by sander »

edgilmore wrote: January 4th, 2021, 3:38 am Resuming still requires an explicit action.
Which version of SAB?

Code: Select all

Release Notes - SABnzbd 3.2.0 Beta 1:
Added option to Auto resume for both Minimum Free Space settings.
HTH
Post Reply