Search found 4 matches
- October 16th, 2009, 7:47 am
- Forum: General Help
- Topic: Multiple Servers = Load Balance?
- Replies: 3
- Views: 4467
Re: Multiple Servers = Load Balance?
This is not a new question. Yes, SABnzbd will use all primary servers at once. No, we cannot force traffic for a specific server over a specific network connection. For the last issue you will need to setup some form of static routing outside SABnzbd. Thank you. Sorry, I should have searched. An...
- October 16th, 2009, 6:38 am
- Forum: General Help
- Topic: Multiple Servers = Load Balance?
- Replies: 3
- Views: 4467
Multiple Servers = Load Balance?
What happens if you have more than one primary server defined in the config? Does sabnzbd run concurrent downloads, does it round robin the files one at a time, or does it still only use one? If it ran downloads concurrently, then that would be sweet. The problem I'm having is that I have a load b...
- October 5th, 2009, 10:20 am
- Forum: Post-Processing Scripts
- Topic: [Linux] Symlink script - Unifies Hard Drive Contents
- Replies: 2
- Views: 3306
Re: [Linux] Symlink script - Unifies Hard Drive Contents
wouldn't it be easier to just link the downloaded directory as it's a parameter to the postproc job? e.g. ln -s "$1" "/mnt/sdb/$3" I'm cheating a bit as I'm using the name of the download ($3) for the linked name, but it should do what you want Yes, in fact, I thought of going a...
- October 2nd, 2009, 1:25 pm
- Forum: Post-Processing Scripts
- Topic: [Linux] Symlink script - Unifies Hard Drive Contents
- Replies: 2
- Views: 3306
[Linux] Symlink script - Unifies Hard Drive Contents
Let me first explain what problem this addresses: I have a server with (2) 1.5TB drives. I want to store all my sabnzbd downloads to these drives and view all the downloads in one volume, not two. For example, I have /mnt/sda/Movies and /mnt/sdb/Movies. My sdb has completely filled up, so I must ...