I have a symlink on my Linux machine.
I want to copy only the symbolic link (not the target) to the Windows computer, and then copy this symbolic link from the Windows machine back to another Linux machine, and the symbolic link should continue to work.
What I tried:
- I set a symbolic link
- Moved gzipped file to a Windows computer using WinSCP
- Extracted symlink
- Moved symbolic file to Linux machine using WinSCP
Now this file is no longer a symbolic link.
Does anyone know a trick to do this?