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.

13 lines
465 B

  1. # link_cow
  2. * `link_cow=true|false`
  3. * Defaults to `false`
  4. This feature offers similar functionality to what
  5. [cow-shell](https://manpages.ubuntu.com/manpages/noble/man1/cow-shell.1.html)
  6. offers.
  7. When enabled if mergerfs is asked to open a file to write and the link
  8. count on the file is greater than 1 it will copy the file to a
  9. temporary new file and then rename it over the original. This will
  10. atomically "break" the link. After that it will open the new file.