Most of Linux and Mac systems actively use symlink files. Also Windows, Android and all other OS have full symlink support in filesystems too.
But InSync at now don’t have normal support of symlinks - it syncs them as regular files. So if I create a symlink (relative) in one device, it will create a regular file or folder, instead of symlink.
Quick example of large symlink sync problem:
1. We have a folder with copy of website source files, that have some symlink files.
2. Copy this folder to InSync folder on one device
3. Get this folder on another device and upload to webserver.
Result: Instead of symlinks we now have copy of folders/files, so website will partly broken.
So will be good to have in InSync feature to configure sync type of symlink files, with those options:
- Follow symlinks - keep current mode by default, that sync symbolic link files as regular files/folders
- Preserve symlinks - InSync will sync symlink files (relative and absolute) as is, without changes.
And make this option is configurable, at least, per account (like conversion of Google Docs files) and at best - per directory.