File: smd-loop.1.txt

package info (click to toggle)
syncmaildir 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,188 kB
  • sloc: ansic: 6,321; sh: 1,995; makefile: 232; xml: 14
file content (34 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NAME
  smd-loop - iterates smd-pull and smd-push

SYNOPSIS
  smd-loop [-vt]

DESCRIPTION
  smd-loop runs smd-push and smd-pull at regular intervals as defined
  by the user in the ~/.smd/loop configuration file. On errors that
  are reported to be transient, it retries a second time before failing.

  The configuration file is line-oriented. Each line is composed of
  three space separated fields: pull-frequency, push-frequency and
  endpoint-name. Frequencies are expressed in minutes, while endpoint
  name is a valid name for smd-pull(1) and smd-push(1). Lines
  beginning with # are considered as comments. The following example
  calls the command smd-pull default every 3 minutes, and smd-push default
  every 10. Example:

    # pull-frequency push-frequency endpoint-name
      3              10             default

OPTIONS
  -v  Increase program verbosity (printed on stderr)
  -t  Just create a template configuration file if none

FILES
  ~/.smd/loop

SEE ALSO
  mddiff(1), smd-server(1), smd-client(1), smd-push(1), smd-pull(1)

AUTHOR
  Enrico Tassi <gares@fettunta.org>