I have a symbolic link in my Linux machine.
I want to copy just the symbolic link (not the target) to a Windows machine and then copy this symbolic link from Windows machine back to some other Linux machine and symbolic link should continue to work.
What I tried:
- I gziped the symbolic link
- Moved gzipped file to Windows machine using WinSCP
- Extracted symbolic link
- Moved symbolic file to Linux machine using WinSCP
Now this file is not a symbolic link anymore.
Do anybody knows a trick to do this?