From 4d40e956e11ecd34de1a878e6ccb783c442d6fb8 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Thu, 18 Nov 2021 16:46:21 +0100 Subject: [PATCH 1/2] Update permissions section syno guide Added a note to permission section in case someone decides to copy files from an old library into new library. --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 46886a182..17bee3851 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -286,7 +286,9 @@ Now we need to make sure that the newly created files and folders have the corre sudo chown -R docker:users /volume1/data /volume1/docker sudo chmod -R a=,a+rX,u+w,g+w /volume1/data /volume1/docker ``` - +!!! note + If you copy files from a different library into the newly created library, you need to rerun these commands. !!! + ------ ## Run the Docker Compose From ebd00a637acff9f82484f7b075a23da6b3b76a27 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Thu, 18 Nov 2021 16:53:05 +0100 Subject: [PATCH 2/2] Update Synology.md fixed markup --- docs/Hardlinks/How-to-setup-for/Synology.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 17bee3851..42dcb4396 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -286,9 +286,10 @@ Now we need to make sure that the newly created files and folders have the corre sudo chown -R docker:users /volume1/data /volume1/docker sudo chmod -R a=,a+rX,u+w,g+w /volume1/data /volume1/docker ``` + !!! note If you copy files from a different library into the newly created library, you need to rerun these commands. !!! - + ------ ## Run the Docker Compose