Changeset 2c1b61a for npl/mailserver/kopano_conf/root/etc/kopano/backup.cfg
- Timestamp:
- 11/30/17 00:15:29 (8 years ago)
- Branches:
- gcc484, master, perl-5.22
- Children:
- 94b5bc1
- Parents:
- 6165e17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/kopano_conf/root/etc/kopano/backup.cfg
r6165e17 r2c1b61a 1 ############################################################## 2 # SERVER SETTINGS 1 3 2 # Login to the Kopano server using this SSL Key 3 #sslkey_file = /etc/kopano/ssl/backup.pem 4 # Socket to find the connection to the storage server. 5 # Use https to reach servers over the network 6 #server_socket = file:///var/run/kopano/server.sock 7 8 # Login to the storage server using this SSL Key 9 #sslkey_file = /etc/kopano/ssl/search.pem 4 10 5 11 # The password of the SSL Key 6 #sslkey_pass = replace-with-server-cert-password12 #sslkey_pass = replace-with-server-cert-password 7 13 8 # Only backup stores from these servers. Leave blank for any server. 9 # Only used when backing up all users, or a full company. 10 backup_servers = 14 ############################################################## 15 # LOG SETTINGS 11 16 12 # Use multiple threads when backing up multiple stores. 13 threads = 1 17 # Logging method (syslog, file) 18 #log_method = file 19 20 # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug)) 21 #log_level = 3 22 23 # Logfile for log_method = file, use '-' for stderr 24 #log_file = /var/log/kopano/backup.log 25 26 ############################################################## 27 # BACKUP SETTINGS 28 29 # maximum number of stores to backup in parallel 30 #worker_processes = 1
Note: See TracChangeset
for help on using the changeset viewer.