Closed droumis closed 5 years ago
hmm... a hard-link is really like a copy (you can delete the target and the file still exists); given that the function is called 'make_hard_link_or_copy', I think this is probably not the right place to fix this. Could you create an issue instead that identifies the problem you are trying to solve?
will do!
could not hard link files on server causing constant copying instead of renaming. Changing fs.link to fs.symlink to make soft links instead