X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=Documentation%2Fbup-join.md;h=e1a708bfd31c1a6d3ac283cd748683f46d290237;hp=a16fbc0445b24e4f52a9cbce5debc4de4c32580a;hb=bf67f94dd4f4096de4eee07a7dc377d6c889a016;hpb=2e47de20b046d72d566896d7578cb1e753a9e533 diff --git a/Documentation/bup-join.md b/Documentation/bup-join.md index a16fbc0..e1a708b 100644 --- a/Documentation/bup-join.md +++ b/Documentation/bup-join.md @@ -25,17 +25,16 @@ 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 - +-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. 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 - @@ -49,7 +48,7 @@ join` reads them from stdin instead. # SEE ALSO -`bup-split`(1), `bup-save`(1), `ssh_config`(5) +`bup-split`(1), `bup-save`(1), `bup-cat-file`, `ssh_config`(5) # BUP