You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
566 B

  1. # link-exdev
  2. If using path preservation and a `link` fails with `EXDEV` make a call
  3. to symlink where the target is the oldlink and the linkpath is the
  4. newpath. The target value is determined by the value of link-exdev.
  5. passthrough: Return EXDEV as normal.
  6. rel-symlink: A relative path from the newpath.
  7. abs-base-symlink: An absolute value using the underlying branch.
  8. abs-pool-symlink: An absolute value using the mergerfs mount point.
  9. NOTE: It is possible that some applications check the file they link. In those cases, it is possible it will error or complain.