From 77e5b91bbcd962fac1ed29b015596e4f2ecd5267 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Fri, 27 Feb 2015 09:45:18 -0800 Subject: [PATCH] Update docs for bup user home in /opt/backups We're now putting bup backups into /opt/backups on a cinder volume, updating documentation to move home directories for servers we back up here. Change-Id: I81e68dfb3fd9fd92dfb41ea3415a44db37f6c3af --- doc/source/sysadmin.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index 6bed85d02f..ba1cb51d80 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -210,8 +210,8 @@ On the backup servers:: sudo su - BUPUSER=bup- # eg, bup-jenkins-dev - useradd -r $BUPUSER -s /bin/bash -m - cd /home/$BUPUSER + useradd -r $BUPUSER -s /bin/bash -d /opt/backups/$BUPUSER -m + cd /opt/backups/$BUPUSER mkdir .ssh cat >.ssh/authorized_keys