]> arthur.barton.de Git - bup.git/commit
README: prefer "init -r" to "ssh ... bup init"
authorTadej Janež <tadej.j@nez.si>
Fri, 1 May 2015 16:02:09 +0000 (18:02 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 9 May 2015 17:49:53 +0000 (12:49 -0500)
commitdd5a15fbaefe675afe22859e8d2cabd362402b6e
treebdddb1d2bed3564b7cc1bf46d3e45c5413b12b41
parentb3b8e8a069ce2daab4973c72de2a9c1c315ee817
README: prefer "init -r"  to "ssh ... bup init"

Recommend 'bup init -r SERVERNAME:PATH' instead of 'ssh SERVENAME bup
init'.

Update the example of making a backup to a remote server in README.md.
Replace 'ssh SERVENAME bup init' with 'bup init -r SERVERNAME'. The
latter doesn't only initialize the remote repository, but also the local
one (if it doesn't exist).  Augment 'bup {init,save} -r SERVERNAME'
commands with the path specifier to show the ability to specify the
remote path.

Signed-off-by: Tadej Janež <tadej.j@nez.si>
Reviewed-by: Gabriel Filion <gabster@lelutin.ca>
[rlb@defaultvalue.org: shorten/adjust commit summary; adjust and change
 tense of commit message.]
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
README.md