]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-join.md
get: adjust for python 3 and test there
[bup.git] / Documentation / bup-join.md
index ba60a83a7f6c1ae945893a05a41d06473cd8a597..e1a708bfd31c1a6d3ac283cd748683f46d290237 100644 (file)
@@ -26,16 +26,15 @@ join` reads them from stdin instead.
 # OPTIONS
 
 -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.  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
-
+:   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.  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.  Even though the data source is remote, a
+    local bup repository is still required.
+
+# EXAMPLES
     # split and then rejoin a file using its tree id
     TREE=$(tar -cvf - /etc | bup split -t)
     bup join $TREE | tar -tf -