]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-init.md
Documentation: Protect file extensions from start of line.
[bup.git] / Documentation / bup-init.md
index d3e645bc30c89ebe0303e1c24a8201d319ac3985..529e72304e8c2840de5e314b208e0e63a4202b23 100644 (file)
@@ -19,11 +19,14 @@ initialized automatically whenever you run any bup command.
 
 # OPTIONS
 
--r, --remote=*host*:*path*
+-r, \--remote=*host*:*path*
 :   Initialize not only the local repository, but also the
     remote repository given by the *host* and *path*.  This is
     not necessary if you intend to back up to the default
-    location on the server (ie. a blank *path*).
+    location on the server (ie. a blank *path*).  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
@@ -33,7 +36,7 @@ initialized automatically whenever you run any bup command.
 
 # SEE ALSO
 
-`bup-fsck`(1)
+`bup-fsck`(1), `ssh_config`(5)
 
 # BUP