.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH XAPIAN-REPLICATE "1" "March 2019" "xapian-core 1.4.11" "User Commands" .SH NAME xapian-replicate \- Replicate a database from a master server to a local copy .SH SYNOPSIS .B xapian-replicate [\fI\,OPTIONS\/\fR] \fI\,DATABASE\/\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=\fI\,HOST\/\fR host to connect to (required) .TP \fB\-p\fR, \fB\-\-port\fR=\fI\,PORT\/\fR port to connect to (required) .TP \fB\-m\fR, \fB\-\-master\fR=\fI\,DB\/\fR replicate database DB from the master (default: DATABASE) .TP \fB\-i\fR, \fB\-\-interval\fR=\fI\,N\/\fR wait N seconds between each connection to the master (default: 60) .TP \fB\-r\fR, \fB\-\-reader\-time\fR=\fI\,N\/\fR wait N seconds to allow readers time to close before applying repeated changesets (default: 30) .TP \fB\-t\fR, \fB\-\-timeout\fR=\fI\,N\/\fR set socket timeouts (if supported) to N seconds; N=0 for no timeout (default: 0) .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