Added a comment: File immutability
This commit is contained in:
parent
6f94ac268e
commit
d92a1f7122
1 changed files with 13 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s"
|
||||
nickname="Matthias"
|
||||
subject="File immutability"
|
||||
date="2015-01-07T12:06:15Z"
|
||||
content="""
|
||||
# setcap cap_linux_immutable+ep /usr/bin/git-annex
|
||||
|
||||
After doing that, git-annex is able to make files immutable, so the additional directory is not needed any more.
|
||||
Even on file systems / in environments where that is not possible, in some situations file lookup speed is way more important than not being able to delete the target of a symlink.
|
||||
|
||||
I have no idea how to code in Haskell, so if somebody else could add an appropriate always/never/only-when-necessary config option I'd be very happy, and my media server would not have any more hiccups when switching songs …
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue