~ehmry/git-annex-remote-nncp

1bcb2da1e310b58bfca157f72bec4363fd26ea83 — Emery Hemingway 1 year, 11 months ago 6e2e755
Update README
1 files changed, 6 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +6 -4
@@ 6,7 6,9 @@ and the [p2p](https://git-annex.branchable.com/design/p2p_protocol/) git-annex
protocols.

This is fully asychronous remote, the sender cannot check if a file is present 
at the receiver so files are always transmitted.
at the receiver so files are always transmitted. I recommend adding both SSH
and NNCP remotes for a host, syncronizing metadata over SSH and pushing new
data with NNCP.

## Installation



@@ 42,10 44,10 @@ Configuration at Bob:

## Sender

Init (or enable) an nncp remote with the node and handler set to the NNCP remote 
Init (or enable) a remote with the node and handler set to the NNCP remote
node name and handler configurate at the remote node.
```
git annex initremote bob encryption=none type=external externaltype=nncp node=alice handler=git-annex-music
git annex initremote bob-nncp encryption=none type=external externaltype=nncp node=bob handler=git-annex-music
```

## Workflow


@@ 54,7 56,7 @@ git annex initremote bob encryption=none type=external externaltype=nncp node=al

Send `foo.opus` to Bob.
```
git annex copy --to bob ./foo.opus
git annex copy --to bob-nncp ./foo.opus

nncp-stat -pkt -node bob # List outgoing packets for Bob