smd-loop(1) debian man page | unix.com

Man Page: smd-loop

Operating Environment: debian

Section: 1

smd-loop(1)						 Sync Mail Dir (smd) documentation					       smd-loop(1)

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 end- point-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> 11 June 2012 smd-loop(1)
Related Man Pages
mddiff(1) - debian
smd-server(1) - debian
smd-translate(1) - debian
git-request-pull(1) - osx
git-request-pull(1) - xfree86
Similar Topics in the Unix Linux Community
If loop is not working
grep functions, how to test if succeeded
Shell script help
How to loop through space separated values?
While-read and if-elif