mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
7 lines
321 B
Text
7 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
|