kopano-fsck.1 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. '\" t
  2. .\" Title: kopano-fsck
  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\-FSCK" "1" "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-fsck \- Start the Kopano fsck calendar check program\&.
  32. .SH "SYNOPSIS"
  33. .HP \w'\fBkopano\-fsck\fR\ 'u
  34. \fBkopano\-fsck\fR [\fIOPTION\fR...] [\fIFILTER\fR...]
  35. .SH "DESCRIPTION"
  36. .PP
  37. The program finds all items in the default calendar folder of the given user, and checks if all items are compatible with Microsoft Outlook\&. It specifically tests for known issues with reminders and recurrcences\&.
  38. .SH "OPTIONS"
  39. .PP
  40. Various options are possible\&. Only the \-\-user options is required\&.
  41. .PP
  42. \fB\-\-user\fR, \fB\-u\fR \fIusername\fR
  43. .RS 4
  44. The name of the user to login with, and to check the calendar of\&.
  45. .RE
  46. .PP
  47. \fB\-\-pass\fR, \fB\-p\fR \fIpassword\fR
  48. .RS 4
  49. The password of the user to login with\&. If this is not passed, you will be prompted for the password, and it will not be displayed when typed\&.
  50. .RE
  51. .PP
  52. \fB\-\-prompt\fR, \fB\-P\fR
  53. .RS 4
  54. Prompt for the password of the user to login with\&. Overrides the \-\-pass option\&.
  55. .RE
  56. .PP
  57. \fB\-\-acceptdisclaimer\fR
  58. .RS 4
  59. Auto accept the disclaimer so no user input is needed to accept the disclaimer\&. This can be used for scripts along with
  60. \fI\-\-autofix \fRargument\&.
  61. .RE
  62. .PP
  63. \fB\-\-public\fR
  64. .RS 4
  65. Check the public store for user given with the
  66. \fI\-\-user\fRargument\&.
  67. .RE
  68. .PP
  69. \fB\-\-host\fR, \fB\-h\fR \fIpath\fR
  70. .RS 4
  71. Connect to the storage server through
  72. \fIpath\fR, e\&.g\&.
  73. file:///path/to/socket\&. Default:
  74. file:///var/run/kopano/server\&.sock\&.
  75. .RE
  76. .PP
  77. \fB\-\-autofix\fR \fI[yes|no]\fR
  78. .RS 4
  79. Whether the items should immediately be fixed, and not be prompted for\&.
  80. .RE
  81. .PP
  82. \fB\-\-autodel\fR \fI[yes|no]\fR
  83. .RS 4
  84. When the item certainly is broken, and cannot be fixed by the program, it may be deleted\&.
  85. .RE
  86. .PP
  87. \fB\-\-checkonly\fR
  88. .RS 4
  89. You will only receive a report of which items are probably broken\&. The calendar folder will not be written to\&.
  90. .RE
  91. .PP
  92. \fB\-\-help\fR
  93. .RS 4
  94. Print a help screen of all possible options\&.
  95. .RE
  96. .SH "FILTERS"
  97. .PP
  98. At least one filter is required\&. A filter defines which kind of items are checked\&.
  99. .PP
  100. \fB\-\-calendar\fR
  101. .RS 4
  102. All calendar folders in the store will be checked, and only calendar items will be tried to fix if needed\&.
  103. .RE
  104. .PP
  105. \fB\-\-contact\fR
  106. .RS 4
  107. All contact folders in the store will be checked, and only contact items will be tried to fix if needed\&.
  108. .RE
  109. .PP
  110. \fB\-\-task\fR
  111. .RS 4
  112. All task folders in the store will be checked, and only task items will be tried to fix if needed\&.
  113. .RE
  114. .PP
  115. \fB\-\-all\fR
  116. .RS 4
  117. All filters listed above will be checked\&.
  118. .RE
  119. .SH "AUTHOR"
  120. .PP
  121. Written by Kopano\&.
  122. .SH "SEE ALSO"
  123. .PP
  124. \fBkopano\fR(7)