1XAPIAN-REPLICATE(1) User Commands XAPIAN-REPLICATE(1)
2
3
4
6 xapian-replicate - Replicate a database from a master server to a local
7 copy
8
10 xapian-replicate [OPTIONS] DATABASE
11
13 xapian-replicate - Replicate a database from a master server to a local
14 copy
15
17 -h, --host=HOST
18 host to connect to (required)
19
20 -p, --port=PORT
21 port to connect to (required)
22
23 -m, --master=DB
24 replicate database DB from the master (default: DATABASE)
25
26 -i, --interval=N
27 wait N seconds between each connection to the master (default:
28 60)
29
30 -r, --reader-time=N wait N seconds to allow readers time to close
31 before
32 applying repeated changesets (default: 30)
33
34 -o, --one-shot
35 replicate only once and then exit
36
37 -v, --verbose
38 be more verbose
39
40 --help display this help and exit
41
42 --version
43 output version information and exit
44
45
46
47xapian-core 1.2.7 August 2011 XAPIAN-REPLICATE(1)