note about trust and checking copies
This commit is contained in:
parent
778012cf40
commit
f5fdeba45b
1 changed files with 7 additions and 0 deletions
|
@ -20,3 +20,10 @@ it cannot upload or remove content.
|
|||
|
||||
Multi-file torrents are supported; to handle them, `git annex addurl`
|
||||
will add a directory containing all the files from the torrent.
|
||||
|
||||
It's hard to say if a torrent is healthy enough to let a file be downloaded
|
||||
from it, and harder to predict if a torrent will stay healthy. So,
|
||||
git-annex takes a cautious approach and when dropping a file, won't
|
||||
treat this special remote as one of the required [[copies]]. It's probably
|
||||
a good idea to configure git-annex to fully distrust this remote, by
|
||||
running `git annex untrust bittorrent`
|
||||
|
|
Loading…
Reference in a new issue