Re: [Bacula-users] How to install the storage directory only.

2009-01-15 Thread Thomas
i build bacula for my sd-machine (only fd and sd) with: ./configure --enable-client-only make cd src/cats make cd ../stored make after that i copy all binaries to /sbin with this stupid sh-script #cat install-new-bacula.sh BACULA=/root/bacula-2.4.4 echo "Bacula ist in $BACULA. ok?" read cp $BA

Re: [Bacula-users] How to install the storage directory only.

2009-01-15 Thread Martin Simmons
> On Thu, 15 Jan 2009 11:24:45 +0100, Hans de Groot said: > > hello, > > I installed / compiled bacula recently and it was quite tricky to get > it to work. > > Now I like to backup to a standalone storage director on a minimal > installed system. > > To create a client only I found the o