mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
6 lines
321 B
Text
6 lines
321 B
Text
* Add support to synchronize symbolic links
|
|
- This needs a lot of work cause we have to check the symlink
|
|
+ Determine if a symlink points outside the current directory tree. They
|
|
are unsafe to sync.
|
|
+ Null symlinks and absolute symlinks are always unsafe.
|
|
- Check which is the best way to sync symlinks
|