vineri, 6 ianuarie 2017, 11:19:25 UTC+2, Jörg Steffens a scris:
> Hi,
> 
> is there a reason, why you didn't follow the instructions from
> http://doc.bareos.org/master/html/bareos-manual-main-reference.html#InstallingBareos
> and added the repository?


Hi Jörg, 


I've followed those instructions and i've successfully installed the daemon 
client. 

My take on how to install the client is: 

----

#replace Ubuntu's major version with 14 or 16 (ex: you'll have xUbuntu_14.04)

printf "deb http://download.bareos.org/bareos/release/latest/xUbuntu_12.04 /\n" 
> 
/etc/apt/sources.list.d/bareos.list

wget -q 
http://download.bareos.org/bareos/release/latest/xUbuntu_12.04/Release.key -O- 
| apt-key add -

apt-get update && apt-get install bareos-filedaemon -y



Server Side , 
1. create config files for the client in: 
/etc/bareos/bareos-dir.d/fileset/[name of the client].conf
/etc/bareos/bareos-dir.d/fjobdefs/[name of the client].conf
from previous clients.

2. in bconsole: 

configure add client name=[name of the client] address=[FQDN or IP] 
password=[super secret password]
#this command will  automatically create the configuration files for the server 
and on remote side - all you need is to scp / copypaste the config file to the 
remote machine)

configure add job name=[name of the client]-[type of job] client=[client 
address defined above] jobdefs=[Job definitions, configured in 
/etc/bareos/bareos-dir.d/jobdefs/[name of the client.conf]

reload #don't forget to change the ownership of the created files to bareos or 
else the daemon won't see your new changes


----

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to