We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6501f7 commit 08be509Copy full SHA for 08be509
conf/mongodb-consistent-backup.example.conf
@@ -23,14 +23,14 @@ production:
23
# wait_secs: [1+] (default: 300)
24
# ping_secs: [1+] (default: 3)
25
#oplog:
26
- # compression: [none|gzip] (default: true - if used by backup stage)
+ # compression: [none|gzip] (default: gzip - if gzip is used by backup stage)
27
# resolver_threads: [1+] (default: 2 per CPU)
28
# tailer:
29
# status_interval: 30
30
archive:
31
method: tar
32
# tar:
33
- # compression: [none|gzip] (default: gzip, none if backup is compressed)
+ # compression: [none|gzip] (default: gzip - none if backup is already compressed)
34
# threads: [1+] (default: 1 per CPU)
35
# zbackup:
36
# binary: [path] (default: /usr/bin/zbackup)
0 commit comments