From 679103faf05dfef5f16ccaf4d468bd78277dbc0e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 23 Jan 2021 13:02:14 +0100 Subject: [PATCH] Update how-to-set-up-hardlinks-and-atomic-moves.md - Fixed: added full path for Synology for appdata location --- docs/Misc/how-to-set-up-hardlinks-and-atomic-moves.md | 5 +++-- 1 file changed, 3 insertions(+), 2 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 11a31c01c..0c1880d4c 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 @@ -473,10 +473,11 @@ Then keep reading. Your appdata will be stored in `/volume1/docker/appdata/{appname}` These `{appname}` sub folders you need to create your self. (*This is a limitation of the Synology*) + We're going to do this in Putty or a similar program. ```bash - sudo mkdir /docker/appdata - cd /docker/appdata + sudo mkdir /volume1/docker/appdata + cd /volume1/docker/appdata sudo mkdir radarr sonarr bazarr nzbget qbittorrent plex tautulli ```