Next: Sourcehut, Up: Publishers [Contents][Index]
(use-modules (haunt publisher rsync))
[#:user] [#:host] [#:name] [#:rsync] @ [#:flags ’("–compress" "–delete" "–progress" "–recursive" "–verbose")]
Return a new publisher named name that publishes a site to
destination, either locally or to a remote host if host
and/or user arguments are specified. Passing rsync
overrides the rsync
executable used. Passing flags
overrides the set of command line flags used.