1XAPIAN-REPLICATE(1)              User Commands             XAPIAN-REPLICATE(1)
2
3
4

NAME

6       xapian-replicate - Replicate a database from a master server to a local
7       copy
8

SYNOPSIS

10       xapian-replicate [OPTIONS] DATABASE
11

DESCRIPTION

13       xapian-replicate - Replicate a database from a master server to a local
14       copy
15

OPTIONS

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       -t, --timeout=N
35              set  socket  timeouts  (if  supported)  to N seconds; N=0 for no
36              timeout (default: 0)
37
38       -f, --force-copy
39              force a full copy of the database to be sent (and then replicate
40              as normal)
41
42       -o, --one-shot
43              replicate only once and then exit
44
45       -q, --quiet
46              only report errors
47
48       -v, --verbose
49              be more verbose
50
51       --help display this help and exit
52
53       --version
54              output version information and exit
55
56
57
58xapian-core 1.4.14               November 2019             XAPIAN-REPLICATE(1)
Impressum