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: README.rst
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,9 +104,11 @@ Run a Backup
104
104
105
105
**Using a Config File**
106
106
107
-
The tool supports a YAML-based config file for settings. The config file is loaded first and any additional command-line arguments override the file based config values.
107
+
The tool supports a YAML-based config file for settings. The config file is loaded first and any additional command-line arguments override the file based config settings.
108
108
109
-
An example *(with comments)* of the YAML-based config file is here: `conf/mongodb-consistent-backup.example.conf <conf/mongodb-consistent-backup.example.conf>`__. All available config values are also listed by passing the '--help' fag to the tool.
109
+
An example *(with comments)* of the YAML-based config file is here: `conf/mongodb-consistent-backup.example.conf <conf/mongodb-consistent-backup.example.conf>`__.
110
+
111
+
A description of all available config settings can also be listed by passing the '--help' flag to the tool.
0 commit comments