1ZARAFA-FSCK(1) Zarafa user reference ZARAFA-FSCK(1)
2
3
4
6 zarafa-fsck - Start the Zarafa fsck calendar check program.
7
9 zarafa-fsck [OPTION...] [FILTER...]
10
12 The program finds all items in the default calendar folder of the given
13 user, and checks if all items are compatible with Microsoft Outlook. It
14 specifically tests for known issues with reminders and recurrcences.
15
17 Various options are possible. Only the --user options is required.
18
19 --user, -u username
20 The name of the user to login with, and to check the calender of.
21
22 --pass, -p password
23 The password of the user to login with. If this is not passed, you
24 will be prompted for the password, and it will not be displayed
25 when typed.
26
27 --prompt, -P
28 Prompt for the password of the user to login with. Overrides the
29 --pass option.
30
31 --public
32 Check the public store for user given with the --userargument.
33
34 --host, -h path
35 Connect to the Zarafa server through path, e.g.
36 file:///path/to/socket. Default: file:///var/run/zarafa.
37
38 --autofix [yes|no]
39 Whether the items should immediately be fixed, and not be prompted
40 for.
41
42 --autodel [yes|no]
43 When the item certainly is broken, and cannot be fixed by the
44 program, it may be deleted.
45
46 --checkonly
47 You will only receive a report of which items are probably broken.
48 The calendar folder will not be written to.
49
50 --help
51 Print a help screen of all possible options.
52
54 At least one filter is required. A filter defines which kind of items
55 are checked.
56
57 --calendar
58 All calendar folders in the store will be checked, and only
59 calendar items will be tried to fix if needed.
60
61 --contact
62 All contact folders in the store will be checked, and only contact
63 items will be tried to fix if needed.
64
65 --task
66 All task folders in the store will be checked, and only task items
67 will be tried to fix if needed.
68
69 --all
70 All filters listed above will be checked.
71
73 Written by Zarafa.
74
76 zarafa(1)
77
78
79
80Zarafa 7.0 August 2011 ZARAFA-FSCK(1)