1OCF_HEARTBEAT_RSYNCD(7)       OCF resource agents      OCF_HEARTBEAT_RSYNCD(7)
2
3
4

NAME

6       ocf_heartbeat_rsyncd - Manages an rsync daemon
7

SYNOPSIS

9       rsyncd [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

12       This script manages rsync daemon
13

SUPPORTED PARAMETERS

15       binpath
16           The rsync binary path. For example, "/usr/bin/rsync" (optional,
17           string, default rsync)
18
19       conffile
20           The rsync daemon configuration file name with full path. For
21           example, "/etc/rsyncd.conf" (optional, string, default
22           /etc/rsyncd.conf)
23
24       bwlimit
25           This option allows you to specify a maximum transfer rate in
26           kilobytes per second. This option is most effective when using
27           rsync with large files (several megabytes and up). Due to the
28           nature of rsync transfers, blocks of data are sent, then if rsync
29           determines the transfer was too fast, it will wait before sending
30           the next data block. The result is an average transfer rate
31           equaling the specified limit. A value of zero specifies no limit.
32           (optional, string, no default)
33

SUPPORTED ACTIONS

35       This resource agent supports the following actions (operations):
36
37       start
38           Starts the resource. Suggested minimum timeout: 20s.
39
40       stop
41           Stops the resource. Suggested minimum timeout: 20s.
42
43       monitor
44           Performs a detailed status check. Suggested minimum timeout: 20s.
45           Suggested interval: 60s.
46
47       validate-all
48           Performs a validation of the resource configuration. Suggested
49           minimum timeout: 20s.
50
51       meta-data
52           Retrieves resource agent metadata (internal use only). Suggested
53           minimum timeout: 5s.
54

EXAMPLE

56       The following is an example configuration for a rsyncd resource using
57       the crm(8) shell:
58
59           primitive p_rsyncd ocf:heartbeat:rsyncd \
60             op monitor depth="0" timeout="20s" interval="60s"
61

SEE ALSO

63       http://www.linux-ha.org/wiki/rsyncd_(resource_agent)
64

AUTHOR

66       Linux-HA contributors (see the resource agent source for information
67       about individual authors)
68
69
70
71resource-agents 3.9.2             07/08/2011           OCF_HEARTBEAT_RSYNCD(7)
Impressum