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.