]> arthur.barton.de Git - bup.git/commitdiff
bup-join.md bup-save.md: note that even with "-r" a local repo is required.
authorRob Browning <rlb@defaultvalue.org>
Sun, 12 Jan 2014 22:20:31 +0000 (16:20 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 12 Jan 2014 22:20:33 +0000 (16:20 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-join.md
Documentation/bup-split.md

index ba60a83a7f6c1ae945893a05a41d06473cd8a597..2b010c2921a1e593f4efc043581cad6cdf19d9e7 100644 (file)
@@ -26,13 +26,13 @@ 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.
-
+:   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.
 
 # EXAMPLE
 
index 12e866d72f2de1546473f291862ebd5b632ec6ad..f62d72ad0387f432aac5c153fc987a449ff5ba1e 100644 (file)
@@ -86,12 +86,13 @@ being the most likely choice.
 # OPTIONS
 
 -r, \--remote=*host*:*path*
-:   save the backup set to the given remote server.  If
-    *path* is omitted, uses the default path on the remote
-    server (you still need to include the ':').  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.
+:   save the backup set to the given remote server.  If *path* is
+    omitted, uses the default path on the remote server (you still
+    need to include the ':').  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 destination is remote,
+    a local bup repository is still required.
 
 -d, \--date=*seconds-since-epoch*
 :   specify the date inscribed in the commit (seconds since 1970-01-01).