Op 20110317 om 10:14 schreef newtobacula:
> Hi All,
> 
> I have a few (I am sure rather trivial by your standards) questions
> 
> On bacula-dir.conf I have to setup 7 clients. The standard template I am 
> using for each is as follows:
> 
> # Client to backup
> Client {
>   Name = ClientA-fd  #fully qualified domain name of the client
>   Address = 10.1.1.1               #IP address of the client
>   FDPort = 9102                     #port to listen on - leave default 9102
>   Catalog = MyCatalog               #leave default
>   Password = "blank"          # password for FileDaemon
>   File Retention = 30d            # 30 days
>   Job Retention = 180d            # six months
>   AutoPrune = yes                 # Prune expired Jobs/Files
> }
       <snip/> 
> 1- Client {} 
> - Does the Port have to be unique per client? I am assuming yes (default is 
> 9012)
  - Does the Port have to be unique per client? I am assuming yes (default is 
9102)

Nope, no need to make that unique.
It is like a server, such as webservers do listen on port 80.
Keeping all file daemons listening on the default port 9102 is good.

You might need to punch holes in firewalls to allow access
to the bacula file daemon port.


Cheers
Geert Stappers
sysadmin

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to