@@ 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