.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10. .TH XAPIAN-REPLICATE "1" "October 2014" "xapian-core 1.2.19" "User Commands" .SH NAME xapian-replicate \- Replicate a database from a master server to a local copy .SH SYNOPSIS .B xapian-replicate [\fIOPTIONS\fR] \fIDATABASE\fR .SH DESCRIPTION xapian\-replicate \- Replicate a database from a master server to a local copy .SH OPTIONS .TP \fB\-h\fR, \fB\-\-host\fR=\fIHOST\fR host to connect to (required) .TP \fB\-p\fR, \fB\-\-port\fR=\fIPORT\fR port to connect to (required) .TP \fB\-m\fR, \fB\-\-master\fR=\fIDB\fR replicate database DB from the master (default: DATABASE) .TP \fB\-i\fR, \fB\-\-interval\fR=\fIN\fR wait N seconds between each connection to the master (default: 60) .TP \fB\-r\fR, \fB\-\-reader\-time\fR=\fIN\fR wait N seconds to allow readers time to close before applying repeated changesets (default: 30) .TP \fB\-f\fR, \fB\-\-force\-copy\fR force a full copy of the database to be sent (and then replicate as normal) .TP \fB\-o\fR, \fB\-\-one\-shot\fR replicate only once and then exit .TP \fB\-q\fR, \fB\-\-quiet\fR only report errors .TP \fB\-v\fR, \fB\-\-verbose\fR be more verbose .TP \fB\-\-help\fR display this help and exit .TP \fB\-\-version\fR output version information and exit