From e53fa8d207cbc415ff9c9e0ea264d372e28dd054 Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 31 Oct 2025 13:16:56 +0100 Subject: [PATCH] nextcloud: added alternative to nesting --- wiki/nextcloud.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/nextcloud.md b/wiki/nextcloud.md index 7863141..42a9ca8 100644 --- a/wiki/nextcloud.md +++ b/wiki/nextcloud.md @@ -18,3 +18,11 @@ This section addresses various features of NextCloud. You can access ownCloud via WebDAV with the link `https:///remote.php/dav/files//`. + +### Nesting Nextcloud Data of Multiple Servers + +By default it is not possible for one servers files to be saved to the folder structure that is +used for another server or to nest data from two or more servers within each other. +This however can be conveniently avoided by using symbolic links +(for example [symbolic links](/wiki/linux/shell.md#symbolic-links-using-ln) in +[Linux](/wiki/linux.md)), which are not by default synchronized to NextCloud.