]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/installer/client.conf.in
Enhance Job messages from SD when the FD->SD protocol is incorrect
[bacula/bacula] / bacula / src / win32 / installer / client.conf.in
1 # Client (File Services) to backup\r
2 Client {\r
3   Name = @client_name@\r
4   Address = @client_address@\r
5   FDPort = @client_port@\r
6   Catalog = MyCatalog\r
7   Password = "@client_password@"      # password for FileDaemon\r
8   File Retention = 30 days            # 30 days\r
9   Job Retention = 6 months            # six months\r
10   AutoPrune = yes                     # Prune expired Jobs/Files\r
11 }\r