Hi,
I am having issues with symlinks not syncing using insync in a docker container. The following is output from an ls inside the directory under insync.
drwxr-xr-x 8 docker users 4.0K Jul 24 13:50 ..
-rw-r--r-- 1 docker users 11 Jul 24 13:51 test.txt
lrwxrwxrwx 1 docker users 24 Jul 24 13:53 target.txt -> /tank/storage/target.txt
drwxr-xr-x 2 docker users 4.0K Jul 24 13:53 .
From here i see that test.txt is being synced perfectly well however the symlinked file does not.
the target permissions look ok to me
ls -larth /tank/storage/target.txt
-rwxrwxrwx 1 docker users 13 Jul 24 13:52 /tank/storage/target.txt
I cannot see anything wrong with the permissions of the target file.
Is there anything that can be suggested?
Thanks