]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/win32_installer/client.conf.in
Restore win32 dir from Branch-5.2 and update it
[bacula/bacula] / bacula / src / win32 / win32_installer / client.conf.in
1 #
2 # Copyright (C) 2000-2018 Kern Sibbald
3 # License: BSD 2-Clause; see file LICENSE-FOSS
4 #
5 # Client (File Services) to backup
6 Client {
7   Name = @client_name@
8   Address = @client_address@
9   FDPort = @client_port@
10   Catalog = MyCatalog
11   Password = "@client_password@"      # password for FileDaemon
12   File Retention = 30 days            # 30 days
13   Job Retention = 6 months            # six months
14   AutoPrune = yes                     # Prune expired Jobs/Files
15 }