Skip to content

Commit 08be509

Browse files
Conf comment fixes
1 parent b6501f7 commit 08be509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/mongodb-consistent-backup.example.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ production:
2323
# wait_secs: [1+] (default: 300)
2424
# ping_secs: [1+] (default: 3)
2525
#oplog:
26-
# compression: [none|gzip] (default: true - if used by backup stage)
26+
# compression: [none|gzip] (default: gzip - if gzip is used by backup stage)
2727
# resolver_threads: [1+] (default: 2 per CPU)
2828
# tailer:
2929
# status_interval: 30
3030
archive:
3131
method: tar
3232
# tar:
33-
# compression: [none|gzip] (default: gzip, none if backup is compressed)
33+
# compression: [none|gzip] (default: gzip - none if backup is already compressed)
3434
# threads: [1+] (default: 1 per CPU)
3535
# zbackup:
3636
# binary: [path] (default: /usr/bin/zbackup)

0 commit comments

Comments
 (0)