aboutsummaryrefslogtreecommitdiff
path: root/man/backupninja.1
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2011-09-23 16:51:17 +0200
committerintrigeri <intrigeri@boum.org>2011-09-23 16:51:17 +0200
commit66703ca1faff3805fbab0af58a2143cc0ffe4d96 (patch)
tree7d78e9da57c7e7b83b9788fd9865091762d53d47 /man/backupninja.1
parent2469656db14d4315dfbfc98cc20e81c2cdd0bd96 (diff)
parent47bc20217c04f133c14b168ed15bc715c869c77e (diff)
downloadbackupninja-66703ca1faff3805fbab0af58a2143cc0ffe4d96.tar.gz
backupninja-66703ca1faff3805fbab0af58a2143cc0ffe4d96.tar.bz2
Merge commit 'backupninja-0.9.10' into debian
Diffstat (limited to 'man/backupninja.1')
-rw-r--r--man/backupninja.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/backupninja.1 b/man/backupninja.1
index 4363222..b1d2875 100644
--- a/man/backupninja.1
+++ b/man/backupninja.1
@@ -104,9 +104,9 @@ Then, vital parts of the file system, including /var/backups, are nightly pushed
.TP
In order for this to work (ie for diff-backup to run unattended), you must create ssh keys on the source server and copy the public key to the remote user's authorized keys file. For example:
.br
-root@srchost# ssh-keygen -t rsa -b 4096
+root@srchost# ssh-keygen \-t rsa \-b 4096
.br
-root@srchost# ssh-copy-id -i /root/.ssh/id_dsa.pub backup@desthost
+root@srchost# ssh-copy-id \-i /root/.ssh/id_dsa.pub backup@desthost
.TP
Now, you should be able to ssh from user 'root' on srchost to user 'backup' on desthost without specifying a password. When prompted for a password by ssh-keygen, just leave it blank by hitting return. The "wizard" \fBninjahelper(1)\fP will walk you through these steps.