]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl notes on ssh
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 16 Sep 2006 08:02:25 +0000 (08:02 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 16 Sep 2006 08:02:25 +0000 (08:02 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3476 91ce42f0-d328-0410-95d8-f526ca767f89

gui/brestore/README

index 88894f001c0460f41767477d84c2a31a45a65854..f067dddf0a0438b402e12c1ccdf9f993b6d121f4 100644 (file)
@@ -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