Added a comment

This commit is contained in:
http://joeyh.name/ 2012-10-28 17:13:32 +00:00 committed by admin
parent 965d80170d
commit 67454ab7f3

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="2001:4978:f:21a::2"
subject="comment 1"
date="2012-10-28T17:13:32Z"
content="""
You can avoid this by not using a deduplicating backend; for example you can use the WORM backend.
However, the foot shooting actually occurs due to using drop --force, which is explicitly asking git-annex to be unsafe. If you want to be safe, simply don't use --force. If you want to safely delete a file, simply `git rm` it, and then `git annex unused` will come along and find content that can safely be removed.
"""]]