Skip to content

Commit 82b44ea

Browse files
authored
Merge pull request #254 from linuxserver/nightly-readme
2 parents da60952 + 92677d7 commit 82b44ea

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@ Initial setup is done via `http://<your-ip>:8080`.
7171

7272
See the [SABnzbd wiki](https://sabnzbd.org/wiki/) for more information.
7373

74-
### Download folders
74+
### Media folders
7575

76-
We have set `/incomplete-downloads` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability for atomic moves (TL;DR instant file moves, rather than copy+delete) of files while processing content.
76+
We have set `/downloads` as optional path, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.
7777

78-
Use the optional paths if you don't understand, or don't want atomic moves. Whichever paths you choose to use, make sure to set the `Completed Download Folder` and the `Temporary Download Folder` in the SABnzbd gui settings, under `Folders`.
78+
Use the optional path if you don't understand, or don't want hardlinks/atomic moves.
7979

80-
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
80+
>[!TIP]
81+
>The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
8182
8283
## Read-Only Operation
8384

readme-vars.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,7 @@ app_setup_block: |
3939
Initial setup is done via `http://<your-ip>:8080`.
4040
4141
See the [SABnzbd wiki](https://sabnzbd.org/wiki/) for more information.
42-
43-
### Download folders
44-
45-
We have set `/incomplete-downloads` and `/downloads` as ***optional paths***, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability for atomic moves (TL;DR instant file moves, rather than copy+delete) of files while processing content.
46-
47-
Use the optional paths if you don't understand, or don't want atomic moves. Whichever paths you choose to use, make sure to set the `Completed Download Folder` and the `Temporary Download Folder` in the SABnzbd gui settings, under `Folders`.
48-
49-
The folks over at servarr.com wrote a good [write-up](https://wiki.servarr.com/docker-guide#consistent-and-well-planned-paths) on how to get started with this.
42+
readme_media: true
5043
# init diagram
5144
init_diagram: |
5245
"sabnzbd:nightly": {

0 commit comments

Comments
 (0)