[go: up one dir, main page]

File: kopano-fsck.1

package info (click to toggle)
kopanocore 8.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,400 kB
  • sloc: cpp: 175,422; python: 24,623; perl: 7,319; php: 6,056; sh: 2,172; makefile: 1,294; xml: 45; ansic: 1
file content (124 lines) | stat: -rw-r--r-- 3,766 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
'\" t
.\"     Title: kopano-fsck
.\"    Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: November 2016
.\"    Manual: Kopano Core user reference
.\"    Source: Kopano 8
.\"  Language: English
.\"
.TH "KOPANO\-FSCK" "1" "November 2016" "Kopano 8" "Kopano Core user reference"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
kopano-fsck \- Start the Kopano fsck calendar check program.
.SH "SYNOPSIS"
.HP \w'\fBkopano\-fsck\fR\ 'u
\fBkopano\-fsck\fR [\fIOPTION\fR...] [\fIFILTER\fR...]
.SH "DESCRIPTION"
.PP
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.
.SH "OPTIONS"
.PP
Various options are possible. Only the \-\-user options is required.
.PP
\fB\-\-user\fR, \fB\-u\fR \fIusername\fR
.RS 4
The name of the user to login with, and to check the calendar of.
.RE
.PP
\fB\-\-pass\fR, \fB\-p\fR \fIpassword\fR
.RS 4
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.
.RE
.PP
\fB\-\-prompt\fR, \fB\-P\fR
.RS 4
Prompt for the password of the user to login with. Overrides the \-\-pass option.
.RE
.PP
\fB\-\-acceptdisclaimer\fR
.RS 4
Auto accept the disclaimer so no user input is needed to accept the disclaimer. This can be used for scripts along with
\fI\-\-autofix \fRargument.
.RE
.PP
\fB\-\-public\fR
.RS 4
Check the public store for user given with the
\fI\-\-user\fRargument.
.RE
.PP
\fB\-\-host\fR, \fB\-h\fR \fIpath\fR
.RS 4
Connect to the storage server through
\fIpath\fR, e.g.
file:///path/to/socket. Default:
file:///var/run/kopano/server.sock.
.RE
.PP
\fB\-\-autofix\fR \fI[yes|no]\fR
.RS 4
Whether the items should immediately be fixed, and not be prompted for.
.RE
.PP
\fB\-\-autodel\fR \fI[yes|no]\fR
.RS 4
When the item certainly is broken, and cannot be fixed by the program, it may be deleted.
.RE
.PP
\fB\-\-checkonly\fR
.RS 4
You will only receive a report of which items are probably broken. The calendar folder will not be written to.
.RE
.PP
\fB\-\-help\fR
.RS 4
Print a help screen of all possible options.
.RE
.SH "FILTERS"
.PP
At least one filter is required. A filter defines which kind of items are checked.
.PP
\fB\-\-calendar\fR
.RS 4
All calendar folders in the store will be checked, and only calendar items will be tried to fix if needed.
.RE
.PP
\fB\-\-contact\fR
.RS 4
All contact folders in the store will be checked, and only contact items will be tried to fix if needed.
.RE
.PP
\fB\-\-task\fR
.RS 4
All task folders in the store will be checked, and only task items will be tried to fix if needed.
.RE
.PP
\fB\-\-all\fR
.RS 4
All filters listed above will be checked.
.RE
.SH "AUTHOR"
.PP
Written by Kopano.
.SH "SEE ALSO"
.PP
\fBkopano\fR(7)