Bacula Overview
Introduction: Bacula is an on-linebased back up tool. Which is used to backup files from different servers into back up server where the bacula is running. For setup this backup tool across network first you have to install bacula server package on backup server machine where you are storing your backup contents ,and install bacula client daemon on all other servers from where we are going to backup data. Bacula has five main components. 1.Director daemon This daemon co-ordinate all working of backup,and through its configuration file we can specify all these things. 2.File daemon This daemon works in all clients from that client we are backup data. Director daemon connect to this daemon after authentication and backup the files from this client. 3.Storage daemon This daemon is for store the backup data from client in to hard disk of backup server,usually this daemon and director daemon works in the same backup server. director works as intermediate between the file ...