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
How to resume from "too little disk space"
Forum rules
Help us help you:
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.
-
- Newbie
- Posts: 1
- Joined: January 3rd, 2021, 4:05 am
Re: How to resume from "too little disk space"
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.
Re: How to resume from "too little disk space"
Resuming still requires an explicit action.
Re: How to resume from "too little disk space"
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.
Re: How to resume from "too little disk space"
I still have the issue that when disk space gets too low and SABnzbd pauses the download, I have to completely restart SABnzbd for it to continue. Simply clicking on resume or similar options doesn't help.
Version: 4.5.1
Version: 4.5.1
Re: How to resume from "too little disk space"
I tested, and I can reproduce
Auto Resume is on
Put a few 10GB testfiles into SABnzbd, it started downloading ... until disk full, and thus Paused. That is half-way a 10GB download.
I freed up space on my disk, and SABnzb does see it: " 10.3 GB left 50.1 GB Free Space". Good.
BUT: even after 20 minutes, SAB is still paused, and does not unpause.
And even manually Unpausing SABnzbd does not restart the downloading.
SABnzbd stdout says:
2025-06-19 14:57:00,041::DEBUG::[downloader:841] Delayed - 1712 seconds - Assembler queue: 12
2025-06-19 14:57:01,043::DEBUG::[downloader:841] Delayed - 1713 seconds - Assembler queue: 12
2025-06-19 14:57:02,044::DEBUG::[downloader:841] Delayed - 1714 seconds - Assembler queue: 12
2025-06-19 14:57:03,046::DEBUG::[downloader:841] Delayed - 1715 seconds - Assembler queue: 12
2025-06-19 14:57:04,048::DEBUG::[downloader:841] Delayed - 1716 seconds - Assembler queue: 12
2025-06-19 14:57:05,049::DEBUG::[downloader:841] Delayed - 1717 seconds - Assembler queue: 12
2025-06-19 14:57:06,051::DEBUG::[downloader:841] Delayed - 1718 seconds - Assembler queue: 12
2025-06-19 14:57:07,053::DEBUG::[downloader:841] Delayed - 1719 seconds - Assembler queue: 12
2025-06-19 14:57:08,054::DEBUG::[downloader:841] Delayed - 1720 seconds - Assembler queue: 12
2025-06-19 14:57:09,055::DEBUG::[downloader:841] Delayed - 1721 seconds - Assembler queue: 12
2025-06-19 14:57:10,057::DEBUG::[downloader:841] Delayed - 1722 seconds - Assembler queue: 12
... is SABnzbd doing something too internally?
Re: How to resume from "too little disk space"
Is Config / Folders / Minimum Free Space for Temporary Download Folder set to a high enough limit for it to stop before the disk is actually full? Otherwise it won't be able to pause and recover gracefully. Also it only checks the default download disk so it won't work if it's a category writing to another disk.