From 3a3001210edcb5a7ce9f787232eb75962005fb2c Mon Sep 17 00:00:00 2001 From: TRaSH Date: Mon, 24 May 2021 20:57:58 +0200 Subject: [PATCH] Updated: suboptimal recommended paths to be more global --- docs/Downloaders/Deluge/Deluge-Basic-Setup.md | 9 +++++++-- docs/Downloaders/NZBGet/Basic-Setup.md | 4 +++- docs/Downloaders/SABnzbd/Basic-Setup.md | 5 +++-- docs/Downloaders/qBittorrent/Basic-Setup.md | 4 +++- docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md | 10 ++++++++-- 5 files changed, 24 insertions(+), 8 deletions(-) diff --git a/docs/Downloaders/Deluge/Deluge-Basic-Setup.md b/docs/Downloaders/Deluge/Deluge-Basic-Setup.md index beaf8ec66..adfa3127c 100644 --- a/docs/Downloaders/Deluge/Deluge-Basic-Setup.md +++ b/docs/Downloaders/Deluge/Deluge-Basic-Setup.md @@ -5,9 +5,14 @@ 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`. +!!! attention "" + The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. + But you're able to change this, by not using the pre-defined/recommended paths like: + + - `/downloads` => `/data/downloads` + - `/movies` => `/data/media/movies` + - `/tv` => `/data/media/tv`. ------ ## Soon diff --git a/docs/Downloaders/NZBGet/Basic-Setup.md b/docs/Downloaders/NZBGet/Basic-Setup.md index f2bd4c4ec..be45cc6fa 100644 --- a/docs/Downloaders/NZBGet/Basic-Setup.md +++ b/docs/Downloaders/NZBGet/Basic-Setup.md @@ -8,7 +8,9 @@ This basic example is based on the use of docker images More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} !!! attention "" - 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: + The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. + + But you're able to change this, by not using the pre-defined/recommended paths like: - `/downloads` => `/data/downloads` - `/movies` => `/data/media/movies` diff --git a/docs/Downloaders/SABnzbd/Basic-Setup.md b/docs/Downloaders/SABnzbd/Basic-Setup.md index 6bd4e02f6..63bb41e62 100644 --- a/docs/Downloaders/SABnzbd/Basic-Setup.md +++ b/docs/Downloaders/SABnzbd/Basic-Setup.md @@ -8,12 +8,13 @@ This basic example is based on the use of docker images More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} !!! attention "" - 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: + The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. + + But you're able to change this, by not using the pre-defined/recommended paths like: - `/downloads` => `/data/downloads` - `/movies` => `/data/media/movies` - `/tv` => `/data/media/tv`. - ------ ## Soon diff --git a/docs/Downloaders/qBittorrent/Basic-Setup.md b/docs/Downloaders/qBittorrent/Basic-Setup.md index 0e1e6c06c..2a55eb96d 100644 --- a/docs/Downloaders/qBittorrent/Basic-Setup.md +++ b/docs/Downloaders/qBittorrent/Basic-Setup.md @@ -8,7 +8,9 @@ This basic example is based on the use of docker images More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} !!! attention "" - 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: + The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. + + But you're able to change this, by not using the pre-defined/recommended paths like: - `/downloads` => `/data/downloads` - `/movies` => `/data/media/movies` diff --git a/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md b/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md index c9c61b483..88e0c860d 100644 --- a/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md +++ b/docs/Downloaders/ruTorrent/ruTorrent-Basic-Setup.md @@ -5,8 +5,14 @@ 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`. +!!! attention "" + The default path setup recommended by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move. + + But you're able to change this, by not using the pre-defined/recommended paths like: + + - `/downloads` => `/data/downloads` + - `/movies` => `/data/media/movies` + - `/tv` => `/data/media/tv`. ------