Replies: 2 comments
-
Thanks a lot for your message. Unfortunately, we’ve decided not to follow symbolic links in kDrive, for a few important reasons:
We also hear your point about how the current GUI isn’t ideal when adding multiple sync folders. That’s something we’d genuinely like to improve. If you have a moment to share what specifically feels clunky or annoying about that process, it would really help us design something better in the future. Thanks again for the thoughtful feedback! |
Beta Was this translation helpful? Give feedback.
-
Guess that confirms my need to find a third party webDAV client. One that doesn't appoint itself to decide for me which features of my own filesystem I can be trusted with. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Symbolic links allow placing a "virtual copy" of a file or folder in a custom location. This allows the same copy of a file or folder to appear in more than 1 place. This is a capability of the NTFS file system favored by Windows and a standard capability of Linux.
When kDrive encounters a symbolic link in a synced folder, the correct behavior is to follow the link and sync the target file or folder. Instead, as I test it right now, it only uploads the small link file itself; which is no different to uploading a shortcut to a file that isn't synced.
This is important because it would allow many files spread across dozens of locations to be virtually included in one centralized kDrive sync folder, without having to point kDrive to each one individually(which the current GUI is poorly suited for) or to physically move the files and folders(which is often not possible for technical reasons.)
If this were implemented, you would basically be deferring the work of creating an entire GUI- I don't need a window to show me a list of what's backed up when I can just open the folder in Explorer. I don't need a tool to select which files to back up because I can just use this tool as easy as using copy-paste. Likewise, it would improve terminal support for both Linux( via ln) and Windows(via mklink)
Beta Was this translation helpful? Give feedback.
All reactions