Ignore:
Timestamp:
11/30/17 00:15:29 (8 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
gcc484, master, perl-5.22
Children:
94b5bc1
Parents:
6165e17
Message:

migrated settings to new default configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/kopano_conf/root/etc/kopano/backup.cfg

    r6165e17 r2c1b61a  
     1##############################################################
     2# SERVER SETTINGS
    13
    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
    410
    511# The password of the SSL Key
    6 #sslkey_pass = replace-with-server-cert-password
     12#sslkey_pass         = replace-with-server-cert-password
    713
    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
    1116
    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.