From cd1c159c90691222e4d5f7a21f092905c981e3b9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 1 Jan 2021 10:55:07 +0100 Subject: [PATCH] Updated: How To Set Up Hardlinks and Atomic-Moves - Updated: the Unraid section with: - Matched the examples with the screenshots - Updated: the Synology section with: - Added direct link to Synology Docker Compose Collection - Updated: the Docker section with: - Added direct link to Docker Compose Collection --- .../how-to-set-up-hardlinks-and-atomic-moves.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md b/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md index 4be55d17a..d22a8c2b7 100644 --- a/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md +++ b/docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md @@ -297,13 +297,13 @@ Then keep reading. ![unraid-torrent-clients](images/unraid-torrent-clients.png) - `Container Path:` => `/data/torrents` + `Container Path:` => `/data/torrents/` - `Host Path`: => `/mnt/user/data/torrents` + `Host Path`: => `/mnt/user/data/torrents/` !!! info - The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. + The reason why we use `/data/torrents/` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. ```none data @@ -319,13 +319,13 @@ Then keep reading. ![unraid-usenet-client](images/unraid-usenet-client.png) - `Container Path:` => `/data/usenet` + `Container Path:` => `/data/usenet/` - `Host Path:` => `/mnt/user/data/usenet` + `Host Path:` => `/mnt/user/data/usenet/` !!! info - The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/{tv|movies|music}`. + The reason why we use `/data/usenet/` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/{tv|movies|music}`. ```none data @@ -552,6 +552,8 @@ Then keep reading. !!! tip + ##### Synology Compose Collection + I've created a collection of often used applications that you can use to add/replace in the current `docker-compose.yml` [synology-docker-compose-collection](https://gist.github.com/TRaSH-/1648a937f9c1c7b45e0f379142694892){:target="_blank"} @@ -734,6 +736,9 @@ Then keep reading. !!! tip + ##### Docker Compose Collection + + I've created a collection of often used applications that you can use to add/replace in the current `docker-compose.yml` [docker-compose-collection](https://gist.github.com/TRaSH-/68cd26deb5e6269e5eb8114f93b429ab){:target="_blank"}