backup.cfg 937 B

12345678910111213141516171819202122232425262728293031
  1. ##############################################################
  2. # SERVER SETTINGS
  3. # Socket to find the connection to the storage server.
  4. # Use https to reach servers over the network
  5. #server_socket = file:///var/run/kopano/server.sock
  6. # Login to the storage server using this SSL Key
  7. #sslkey_file = /etc/kopano/ssl/search.pem
  8. # The password of the SSL Key
  9. #sslkey_pass = replace-with-server-cert-password
  10. ##############################################################
  11. # LOG SETTINGS
  12. # Logging method (syslog, file)
  13. #log_method = file
  14. # Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
  15. #log_level = 3
  16. # Logfile for log_method = file, use '-' for stderr
  17. #log_file = /var/log/kopano/backup.log
  18. ##############################################################
  19. # BACKUP SETTINGS
  20. # maximum number of stores to backup in parallel
  21. #worker_processes = 1