0

So I have to backup lot's of data to a company server. And it creates a fair share of symbolic links. I'm on a Linux Machine, and the backup server is accessed via CIFS, which does not support symbolic links. And there is nothing I can do about it.

So I thought I could create 'fake symlinks' which would contain the information where they were pointing at in case somebody (me or sb else) in the future has to access the backup?

Has anybody done sth like this? What would be the best solution? Or is there a better approach of which I don't know? I am glad about any solution!

dmeu
  • 101
  • 1

1 Answers1

1

Actually, Windows systems do support symlinks, they are just rarely used.

If that doesn't work, see man mount.cifs:

sfu
When the CIFS Unix Extensions are not negotiated, attempt to create device files and fifos in a format compatible with Services for Unix (SFU)

RalfFriedl
  • 3,008
  • 4
  • 12
  • 17