Hello,
I am using insync with a password manager software called Password Gorilla. I symlink the encrypted file in the insync folder but every time, or at least very often, I make a change in the password database, insync remove (the symlink to) that file from the insync folder.
I tried to replicate this behavior creating a normal text file and linking it, but in this case insync does not remove the symlink:
$ echo ciao mondo > ciao.txt
$ cd insync
$ ln -s ../ciao.txt
$ cd ..
$ mv ciao.txt ciao.txt~
Can you please investigate the cause of this? Am I correctly using symlinks with insync?
Thanks,
Marco