kopano-backup.cfg.5 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. '\" t
  2. .\" Title: kopano-backup.cfg
  3. .\" Author: [see the "Author" section]
  4. .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
  5. .\" Date: November 2016
  6. .\" Manual: Kopano Core user reference
  7. .\" Source: Kopano 8
  8. .\" Language: English
  9. .\"
  10. .TH "KOPANO\-BACKUP\&.CFG" "5" "November 2016" "Kopano 8" "Kopano Core user reference"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. kopano-backup.cfg \- The Kopano Backup configuration file
  32. .SH "SYNOPSIS"
  33. .PP
  34. \fBbackup\&.cfg\fR
  35. .SH "DESCRIPTION"
  36. .PP
  37. backup\&.cfg
  38. is a configuration file for the Kopano Backup service\&.
  39. .SH "FILE FORMAT"
  40. .PP
  41. The file consists of one big section, but parameters can be grouped by functionality\&.
  42. .PP
  43. The parameters are written in the form:
  44. .PP
  45. \fBname\fR
  46. =
  47. \fIvalue\fR
  48. .PP
  49. The file is line\-based\&. Each newline\-terminated line represents either a comment, nothing, a parameter or a directive\&. A line beginning with `#\*(Aq is considered a comment, and will be ignored by Kopano\&. Parameter names are case sensitive\&. Lines beginning with `!\*(Aq are directives\&.
  50. .PP
  51. Directives are written in the form:
  52. .PP
  53. !\fBdirective\fR
  54. \fI[argument(s)] \fR
  55. .PP
  56. The following directives exist:
  57. .PP
  58. \fBinclude\fR
  59. .RS 4
  60. Include and process
  61. \fIargument\fR
  62. .sp
  63. Example: !include common\&.cfg
  64. .RE
  65. .SH "EXPLANATION OF THE SERVER SETTINGS PARAMETERS"
  66. .PP
  67. \fBserver_socket\fR
  68. .RS 4
  69. Socket to find the connection to the Kopano server\&.
  70. .sp
  71. Default:
  72. \fIfile:///var/run/kopano/server\&.sock\fR
  73. .RE
  74. .PP
  75. \fBssl_key_file\fR
  76. .RS 4
  77. The file containing the private key and certificate\&. Please read the SSL section in the
  78. \fBkopano-server\fR(8)
  79. manual on how to create this file\&.
  80. .sp
  81. Default:
  82. \fI/etc/kopano/ssl/search\&.pem\fR
  83. .RE
  84. .PP
  85. \fBssl_key_pass\fR
  86. .RS 4
  87. Enter your password here when your key file contains a password to be readable\&.
  88. .sp
  89. No default set\&.
  90. .RE
  91. .SH "EXPLANATION OF THE LOG SETTINGS PARAMETERS"
  92. .PP
  93. \fBlog_method\fR
  94. .RS 4
  95. The method which should be used for logging\&. Valid values are:
  96. .PP
  97. \fIsyslog\fR
  98. .RS 4
  99. Use the Linux system log\&. All messages will be written to the mail facility\&. See also
  100. \fBsyslog.conf\fR(5)\&.
  101. .RE
  102. .PP
  103. \fIfile\fR
  104. .RS 4
  105. Log to a file\&. The filename will be specified in
  106. \fBlog_file\fR\&.
  107. .RE
  108. .sp
  109. Default:
  110. \fIfile\fR
  111. .RE
  112. .PP
  113. \fBlog_level\fR
  114. .RS 4
  115. The level of output for logging in the range from 0 to 5\&. 0 means no logging, 5 means full logging\&.
  116. .sp
  117. Default:
  118. \fI3\fR
  119. .RE
  120. .PP
  121. \fBlog_file\fR
  122. .RS 4
  123. When logging to a file, specify the filename in this parameter\&. Use
  124. \fI\-\fR
  125. (minus sign) for stderr output\&.
  126. .sp
  127. Default:
  128. \fI/var/log/kopano/search\&.log\fR
  129. .RE
  130. .SH "EXPLANATION OF THE BACKUP SETTINGS PARAMETERS"
  131. .PP
  132. \fBworker_processes\fR
  133. .RS 4
  134. Maximum number of stores to backup in parallel
  135. .sp
  136. Default: 1
  137. .RE
  138. .SH "AUTHOR"
  139. .PP
  140. Written by Kopano\&.
  141. .SH "SEE ALSO"
  142. .PP
  143. \fBkopano-backup\fR(8)