Kun je volgens mij in het bestand nzbget.conf aanpassen aan jouw voorkeuren. Je dient er echter wel op te letten dat de door jouw opgegeven locatie's over de juiste lees/schrijf rechten beschikken.
Ziet er bij mij als volgt uit:
##############################################################################
### PATHS ###
# Root directory for all related tasks.
#
# MAINDIR is a variable and therefore starts with "$".
# On POSIX you can use "~" as alias for home directory (e.g. "~/download").
# On Windows use absolute paths (e.g. "C:Download").
$MAINDIR=/volume1/public/nzbget
# Destination-directory to store the downloaded files.
DestDir=/volume1/downloads
# Directory to monitor for incoming nzb-jobs.
#
# Can have subdirectories.
# A nzb-file queued from a subdirectory will be automatically assigned to
# category with the directory-name.
NzbDir=/volume1/nzbd
Lijkt mij dat dit is wat je wenst.
# Directory to store download queue.
QueueDir=${MAINDIR}/queue
# Directory to store temporary files.
TempDir=${MAINDIR}/tmp
# Lock-file for daemon-mode, POSIX only.
#
# If the option is not empty, nzbget creates the file and writes process-id
# (PID) into it. That info can be used in shell scripts.
LockFile=/tmp/nzbget.lock
# Where to store log file, if it needs to be created.
#
# NOTE: See also option <CreateLog>.
LogFile=${DestDir}/nzbget.log
Dus de hoofddirectory van nzbget is $MAINDIR=/volume1/public/nzbget
De te downloaden nzb's staan in NzbDir=/volume1/nzbd
De lijst van te dowloaden bestanden komt in QueueDir=${MAINDIR}/queue
En de bewerkingen vinden plaats in TempDir=${MAINDIR}/tmp
De uitgepakte bestanden komen in DestDir=/volume1/downloads