From 683065da413e38e7a1663ac1bf35ba60deb36a34 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 22 May 2020 20:39:51 +0100 Subject: [PATCH] Fix typo --- content/posts/duplicati-remote-to-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/duplicati-remote-to-remote.md b/content/posts/duplicati-remote-to-remote.md index f640b06..dafe13b 100644 --- a/content/posts/duplicati-remote-to-remote.md +++ b/content/posts/duplicati-remote-to-remote.md @@ -48,7 +48,7 @@ volumes: - "./mounts:/source/mounts:shared" ``` -Note the use of `:shared` on the end of both mounts. This is important as it allowed docker to pass through the FUSE mounted filesystems correctly. Removing this from either side will prevent the filesystems being exposed correctly. +Note the use of `:shared` on the end of both mounts. This is important as it allows docker to pass through the FUSE mounted filesystems correctly. Removing this from either side will prevent the filesystems being exposed correctly. Next step is to setup your rclone remote, which is best done through the rclone CLI. I recommend installing and configuring your remotes locally, and copying the config over, as it lest you ensure everything works correctly without having to jump around docker.