From: Eric Bollengier Date: Sat, 16 Sep 2006 08:02:25 +0000 (+0000) Subject: ebl notes on ssh X-Git-Tag: Release-2.0.0~441 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dc2be2e28916a9582eb564ecd760c0dbff50c1a2;p=bacula%2Fbacula ebl notes on ssh git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3476 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/brestore/README b/gui/brestore/README index 88894f001c..f067dddf0a 100644 --- a/gui/brestore/README +++ b/gui/brestore/README @@ -46,6 +46,13 @@ install -m 755 -o root -g root brestore.pl /usr/bin # you must get Bconsole.pm from bweb modules (bweb/lib/Bconsole.pm) install -m 644 -o root -g root Bconsole.pm /usr/share/perl5 +# to copy bsr file directly to your director, use must use scp (or nfs stuff) +# if you doesn't want to use this, you can dump the bsr file with "Gen BSR" button. +# so you must have an ssh-key exchange. (you can also hack brestore.pl to use +# something like '$err = `xterm -e scp $src $1 2>&1`' + +your_login@yourws:~$ ssh-copy-id -i .ssh/your_pub_key login@bacula-dir + ################ INSTALL MODULES ############################### Perl Modules