-
Notifications
You must be signed in to change notification settings - Fork 0
/
tripwire-wrapper.1
97 lines (52 loc) · 1.56 KB
/
tripwire-wrapper.1
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
.\" Manpage for tripwire-wrapper by user <user@host>
.TH "tripwire-wrapper" "1" "2013-12-04" "user" "Rsync backup"
.SH NAME
tripwire-wrapper - A wrapper around the Tripwire integrity checker
.SH SYNOPSIS
.nf
tripwire-wrapper
.SH DESCRIPTION
A wrapper around the Tripwire integrity checker.
.SH OPTIONS
.SS -h, --help
Shows help options.
.SS -i, --init
Initialization.
.nf
tripwire-wrapper --init -- -e # setup with no encryption
.SS -c, --check
Check integrity. Its an interactively test.
.SS -u, --update [twrfile]
The option --update is using twrfile or the last report from the
tripwire report directory. If no twrfile can be found a temporary will
be generate.
The report file are updated without prompting.
.SS --edit-pol, --edit-cfg
Policy and Configuration Update/Edit.
You have to run --check or --update first! In newer versions it runs
automaticly.
.SS -C, --config-dir
Konfigurationsverzeichnis. Standardwert s.u.
.SS --cronjob
Run tripwire in crontab.
.SS --test
Run tripwire and use the exit code.
.SS --
Additional options for Tripwire.
.SH EXAMPLES
.SS "Integrity Checking and Database Update:"
.nf
rsync-backup --check | --update[=twrfile]
The option --update is using a twrfile or the last report from the /var/lib/tripwire/report/ directory.
.SS "Policy Update/Edit:"
.nf
rsync-backup --edit-pol
.SH FILES
.SS /etc/tripwire, /etc/tripwire-wrapper, ~/.tripwire-wrapper, .tripwire-wrapper
Configuration directory.
.SS $config_dir/twcfg.txt
Tripwire configuration.
.SS $config_dir/twpol.txt
Tripwire policy.
.SH SEE ALSO
.BR tripwire(8)