logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

smd-server - sends diffs and mails to smd-client

Author

       Enrico Tassi <gares@fettunta.org>

                                                  01 April 2024                                    smd-server(1)

Description

smd-server needs to know a name (endpoint) for the client (that must not be used by others) and a list of
       mailboxes (directories).

       smd-server  first calls mddiff(1), then prints on stdout the generated diff. It then accepts from stdin a
       small set of commands a client may issue to request a file (or parts of it, like the header).

       smd-server is in charge of committing the db file used by mddiff(1) in case  the  client  communicates  a
       successful sync.

Name

smd-server - sends diffs and mails to smd-client

Notes

smd-server is a low level utility. You should use higher level tools like smd-pull(1) and smd-push(1)

Options

-v--verbose
              Increase program verbosity (printed on stderr)

       -d--dry-run
              Do not perform any action for real

       -n--no-delete
              Do not track deleted files

       --excludeglob
              Exclude paths matching glob--override-dbdbf
              Use dbf as the db-file

       --get-mddiff-cmdline
              Print the command line used for mddiff and then exist

       --stop-after-diff
              Send the actions to the other endpoint and exit. If used in conjunction with --override-db, dbf is
              removed just before exiting

       --dump-stdintgt
              Dump standard input to tgt and exit

See Also

mddiff(1), smd-client(1), smd-pull(1), smd-push(1)

Synopsis

smd-server [--excludeglob] [-v|--verbose] [-d|--dry-run]
             [--get-mddiff-cmdline] [--stop-after-diff]
             [--override-dbdbf] [--dump-stdintgt] endpointmailboxes

See Also