Skip to content

Instantly share code, notes, and snippets.

@kzk
Created October 9, 2011 19:26
Show Gist options
  • Save kzk/1274050 to your computer and use it in GitHub Desktop.
Save kzk/1274050 to your computer and use it in GitHub Desktop.
<match hoge.tag>
type copy
<store>
type mongo
database backup
connection hoge
host localhost
port 11111
capped
capped_size 100m
</store>
<store>
type tcp
host 192.168.0.13
</store>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment