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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,10 @@ 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.
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.
0 commit comments