]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-join.md
Add 'tag -f' support.
[bup.git] / Documentation / bup-join.md
index 921b92fcb0f8bbfadb97c67774ffe279e8977c77..ba60a83a7f6c1ae945893a05a41d06473cd8a597 100644 (file)
@@ -25,10 +25,13 @@ join` reads them from stdin instead.
 
 # OPTIONS
 
--r, --remote=*host*:*path*
+-r, \--remote=*host*:*path*
 :   Retrieves objects from the given remote repository
     instead of the local one. *path* may be blank, in which
-    case the default remote repository is used.
+    case the default remote repository is used.  The connection to the
+    remote server is made with SSH.  If you'd like to specify which port, user
+    or private key to use for the SSH connection, we recommend you use the
+    `~/.ssh/config` file.
 
 
 # EXAMPLE
@@ -46,7 +49,7 @@ join` reads them from stdin instead.
 
 # SEE ALSO
 
-`bup-split`(1), `bup-save`(1)
+`bup-split`(1), `bup-save`(1), `bup-cat-file`, `ssh_config`(5)
 
 # BUP