Replies: 1 comment
-
Thinking about it, I realize it might not be a good idea because the user might want to edit files independently from each other. Self-closing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hardlinking is instant and saves space. Hardlinks behave just like copies. No apparent downsides on file systems which support it (ext4, XFS, NTFS, UDF), but only files can be hardlinked, not folders. If hardlinking fails for whichever reason, it should fall back to normal copying.
Beta Was this translation helpful? Give feedback.
All reactions