Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • brilliant solution indeed, because I have to create the map file. With this idea, I directly create symbolic links instead of the map file. Commented Apr 23, 2021 at 22:51
  • your rsync command needs L. Commented Apr 23, 2021 at 23:30
  • @Googlebot Probably because you're using symbolic links, whereas my example uses hard links. Commented Apr 24, 2021 at 6:06
  • you're absolutely right. Is there any benefit to using a hard link here? I gather a soft link might be more convenient as the purpose is temporary. Commented Apr 24, 2021 at 11:41