User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

services:sabnzbd [2025/05/23 14:01] – created willyservices:sabnzbd [2025/05/23 14:09] (current) willy
Line 8: Line 8:
 <code bash> <code bash>
 emerge -v sabnzbd emerge -v sabnzbd
 +mkdir /data/daemons/sabnzbd
 +mkdir /data/daemons/sabnzbd/cache
 +mkdir /data/daemons/sabnzbd/dirscan
 +mkdir /data/daemons/sabnzbd/admin
 +mkdir /data/daemons/sabnzbd/backup
 +chown -R sabnzbd:media /data/daemons/sabnzbd
 </code> </code>
  
 Edit the default config file **/etc/sabnzbd/sabnzbd.ini**, the following are the required changes: Edit the default config file **/etc/sabnzbd/sabnzbd.ini**, the following are the required changes:
 <file - sabnzbd.ini> <file - sabnzbd.ini>
-complete_dir = /data/media/downloaded    # where to put completed downloads +log_dir = /var/log/sabnzbd 
-download_dir = /data/Media/Downloading   # where to put incompletes +admin_dir = /data/daemons/sabnzbd/admin 
-admin_dir = /var/lib/sabnzbd/admin +cache_dir = /data/daemons/sabnzbd/cache 
-cache_dir = /var/lib/sabnzbd/cache +complete_dir = /data/Media/Downloaded # where to put completed downloads  
-dirscan_dir = /var/lib/sabnzbd/dirscan +download_dir = /data/Media/Downloading # where to put incompletes 
-nzb_backup_dir = /var/lib/sabnzbd/backup+dirscan_dir = /data/daemons/sabnzbd/dirscan 
 +nzb_backup_dir = /data/daemons/sabnzbd/backup
 port = 6789 port = 6789
 host_whitelist = home.mydomain.com, host_whitelist = home.mydomain.com,

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information