Hapeens with mklink /d , mklink /h , mklink /j
Reproduce:
1.mklink /d testlink21 d:\01_BACKUPS\
2.Start freefilesync as admin Sync from windows 11 pc ntfs fs to a nas on ext4 fs
3.view images for details
https://ibb.co/XD9tncT
https://ibb.co/stC2kQZ




C:\TMP\BRU\dir_holding_a_symlink>mklink /d spacedout-symLINK C:\TMP\BRU\spacedout
symbolic link created for spacedout-symLINK <<===>> C:\TMP\BRU\spacedout
C:\TMP\BRU\dir_holding_a_symlink>dir
Directory of C:\TMP\BRU\dir_holding_a_symlink
03/20/2024 11:22 AM <DIR> dir1
03/20/2024 11:22 AM <DIR> dir2
03/20/2024 11:16 AM <SYMLINKD> spacedout-symLINK [C:\TMP\BRU\spacedout]
C:\TMP\BRU\dir_holding_a_symlink>
https://stackoverflow.com/questions/23380231/how-to-copy-symbolic-link-file-from-linux-to-windows-and-then-back-to-linux-butIn *nix a symlink is typically just a plain text file with a "symlink" attribute. The file contains the path to the link target. The "symlink" attribute does not exist on Windows.