April 13Apr 13 Community Expert I would be more confident if you would10 minutes ago, trurl said:Post docker run for SAB
April 13Apr 13 Author 9 minutes ago, trurl said:Because it doesn't seem like you know how it works.This is true! But I do think it was setup this way Edited April 13Apr 13 by wdpaynter
April 13Apr 13 Author docker run -d --name='sabnzbd' --net='bridge' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="MEDIA-SERVER" -e HOST_CONTAINERNAME="sabnzbd" -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='022' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8080]' -l net.unraid.docker.icon='' -p '8080:8080/tcp' -v '/mnt/user/Downloads/SAB/Completed/':'/downloads':'rw' -v '/mnt/user/Downloads/SAB/Incomplete/':'/incomplete-downloads':'rw' -v '/mnt/user/appdata/sabnzbd':'/config':'rw' 'lscr.io/linuxserver/sabnzbd' 7d435d28c4cbad83adef1c200c2d0d0dae3eb4a8800e1ffdb23e2aca51591be8The command finished successfully!
April 13Apr 13 Community Expert That showscontainer: /incomplete-downloadsis mapped tohost: /mnt/user/Downloads/SAB/incompleteandcontainer: /downloadsis mapped tohost: /mnt/user/Downloads/SAB/CompletedSo,SAB downloads toSAB/incomplete subfolder of the Downloads user shareand moves the completed downloads toSAB/Completed subfolder of the Downloads user share.Nothing about SAB moving anything to any user share except Downloads.Do you have any 'arrs that might be involved?
April 13Apr 13 Author 53 minutes ago, trurl said:Who set this up for you?54 minutes ago, trurl said:Who set this up for you?I beleive it is the arr's handling it. I can look through the settings. But it is working perfectly. I set everything up originally a year or so ago following SpaceInvader video(s), but some things weren't working correctly. Someone from here or Reddit provided help. They ended up changing some stuff that tested my OCD, but everything worked well, so I've left it alone. Probably would have learned more continuing to struggle through it myself, but...I ran everything for years on Windows, but it was unRAID OS that I didn't/don't fully understand. But I am learning (thanks to you and others on this forum)
April 14Apr 14 Community Expert 7 hours ago, wdpaynter said:it is working perfectlyIt is showing what you expect for free space in SAB now?
April 14Apr 14 Author Yes, now that I turned off secondary storage (and knowing the Arr's are doing the moving prior to Mover) Thanks!
April 14Apr 14 Community Expert 1 hour ago, wdpaynter said:turned off secondary storageYour diagnostics showed some of that was already on the array, so mover won't touch that. But 'arrs won't care it's all the same user share.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.