.\" Text automatically generated by txt2man .TH smd-loop 1 "15 November 2022" "" "Sync Mail Dir (smd) documentation" .SH NAME \fBsmd-loop \fP- iterates smd-pull and smd-push \fB .SH SYNOPSIS .nf .fam C \fBsmd-loop\fP [\fB-vt\fP] .fam T .fi .fam T .fi .SH DESCRIPTION \fBsmd-loop\fP 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. .PP 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 \fBsmd-pull\fP(1) and \fBsmd-push\fP(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: .PP .nf .fam C # pull-frequency push-frequency endpoint-name 3 10 default .fam T .fi .SH OPTIONS .TP .B \fB-v\fP Increase program verbosity (printed on stderr) .TP .B \fB-t\fP Just create a template configuration file if none .SH FILES ~/.smd/loop .SH SEE ALSO \fBmddiff\fP(1), \fBsmd-server\fP(1), \fBsmd-client\fP(1), \fBsmd-push\fP(1), \fBsmd-pull\fP(1) .SH AUTHOR Enrico Tassi