You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_admin-guide/190_The_syslog-ng_manual_pages/011_persist-tool.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,13 +19,10 @@ The persist-tool application is a utility that can be used to dump the content o
19
19
**CAUTION:** Persist-tool is a special tool for syslog-ng experts. Do use the tool unless you know exactly what you are doing. Misconfiguring it will result in irrecoverable damage to the persist file, without any warning.
20
20
{: .notice--danger}
21
21
22
-
**NOTE:**
23
22
Limitations:
24
23
* The persist-state functions can be used only with `SLP4` or newer persist files. Older persist files are not supported.
25
24
* Wildcard characters are not supported in file and directory names.
26
25
27
-
{: .notice--info}
28
-
29
26
## The dump command
30
27
31
28
dump [options][persist_file]
@@ -59,11 +56,14 @@ To use the `add` command: use `persist-tool dump` to print the content of the cu
59
56
60
57
The `add` command has the following options:
61
58
*`--help` or `-?`
62
-
Display a brief help message.
59
+
60
+
Display a brief help message.
63
61
*`--output-dir=<directory>` or `-o`
64
-
Required parameter. The directory where the persist file is located at. The name of the persist file stored in this directory must be syslog-ng.persist.
62
+
63
+
Required parameter. The directory where the persist file is located at. The name of the persist file stored in this directory must be syslog-ng.persist.
65
64
*`--persist-name=<filename>` or `-p`
66
-
Optional parameter. The name of the persist file to generate. Default value: syslog-ng.persist.
65
+
66
+
Optional parameter. The name of the persist file to generate. Default value: syslog-ng.persist.
0 commit comments