parent
e167bcd344
commit
ac61a55747
@ -0,0 +1,19 @@
|
||||
# SABnzbd - Basic Setup
|
||||
|
||||
This basic example is based on the use of docker images
|
||||
|
||||
!!! attention ""
|
||||
Keep in mind the path are setup so it works with hardlinks and instant moves.
|
||||
|
||||
More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"}
|
||||
|
||||
!!! warning ""
|
||||
The default path setup used by [Linux|Server.io](https://hub.docker.com/r/linuxserver/){:target="_blank" rel="noopener noreferrer"} don't support hardlinks and instant moves, but you're able to change this, by not using the pre-defined paths like:
|
||||
|
||||
- `/downloads` => `/data/downloads`
|
||||
- `/movies` => `/data/media/movies`
|
||||
- `/tv` => `/data/media/tv`.
|
||||
|
||||
------
|
||||
|
||||
## Soon
|
@ -1,13 +0,0 @@
|
||||
# SABnzbd - Basic Setup
|
||||
|
||||
This basic example is based on the use of docker images
|
||||
|
||||
!!! note ""
|
||||
Keep in mind I've setup my paths so it works with hardlinks and you get instant moves.
|
||||
|
||||
!!! warning ""
|
||||
The default path setup used by [Linux|Server.io](https://hub.docker.com/r/linuxserver/) don't support hardlinks and instant moves, but you're able to change this, by not using the pre-defined paths like `/downloads` `/movies` and `/tv` and use paths like `/data/downloads`, `/data/media/movies` and `/data/media/tv`.
|
||||
|
||||
------
|
||||
|
||||
## Soon
|
Loading…
Reference in new issue