From 1d194f6a794f92951fd9c36fea2a4f4bbb28ccec Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 9 Sep 2013 16:12:52 -0700 Subject: [PATCH] Clarify bup server setup directions. * doc/source/sysadmin.rst: Add note about needing to send an EOF to bup server to close the initial ssh connection used to verify the backup server's ssh host key. Change-Id: I9c21513e5c6de771572f1aa9cb10095bff730eac --- doc/source/sysadmin.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index f58cad3e65..91bf5b96ba 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -223,7 +223,9 @@ Switching back to the server to be backed up, run:: ssh $BUPUSER@ci-backup-rs-ord.openstack.org ssh $BUPUSER@ci-backup-hp-az1.openstack.org -And verify the host key. Add the "backup" class in puppet to the server +And verify the host key. Note this will start the bup server on the +remote end, you will not be given a pty. Use ^D to close the connection +cleanly. Add the "backup" class in puppet to the server to be backed up. Restore from Backup