This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/CptDayDreamer on 2023-07-04 19:08:17+00:00.


Hey there. I’m struggling with my Nextcloud installation in Docker.

I’m mounting /mnt/cache/appdata/cloud/nextcloud/html to /var/www/html

But I’m mounting my data with /mnt/safety/cloud/nextcloud-data/ to /var/www/html/data

I can see on my cache drive in the nextcloud/html folder also the folder data with the exact same content as in mnt/safety/cloud/nextcloud-data/

Is it only a symlink? I really struggled while copying the nextcloud installation from one folder to another. Both drives are formatted with ZFS if that’s important. Cache and Safety are two different storage pools. Can I fix this somehow? I’m using it in Unraid if thats important.