diff options
author | intrigeri <intrigeri@boum.org> | 2011-05-15 19:29:28 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2011-05-15 19:29:28 +0200 |
commit | 7757ab245ae9397136b4cdff4f98e4a7cca7dc21 (patch) | |
tree | 96716645748d2bd6734df5483002047f21b69118 /man | |
parent | bacaea7ad6a275db9b633c25afbc19f559b97c65 (diff) | |
parent | 69c0ec09c5e5eb9e166bc0f5c9a1ef702d0150d6 (diff) | |
download | backupninja-7757ab245ae9397136b4cdff4f98e4a7cca7dc21.tar.gz backupninja-7757ab245ae9397136b4cdff4f98e4a7cca7dc21.tar.bz2 |
Merge commit 'backupninja-0.9.9' into debian
Diffstat (limited to 'man')
-rw-r--r-- | man/backupninja.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/backupninja.1 b/man/backupninja.1 index 5622881..4363222 100644 --- a/man/backupninja.1 +++ b/man/backupninja.1 @@ -104,7 +104,7 @@ 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 dsa +root@srchost# ssh-keygen -t rsa -b 4096 .br root@srchost# ssh-copy-id -i /root/.ssh/id_dsa.pub backup@desthost .TP |