all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52703] [PATCH 0/2] Improving rsync-service-type
@ 2021-12-21 14:18 Ludovic Courtès
  2021-12-21 14:23 ` [bug#52703] [PATCH 1/2] services: rsync: Allow configuring several rsync "modules" Ludovic Courtès
  2021-12-21 14:50 ` bug#52703: [PATCH 0/2] Improving rsync-service-type Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2021-12-21 14:18 UTC (permalink / raw)
  To: 52703; +Cc: Ludovic Courtès

Hello Guix!

While fiddling around for the infrastructure hackathon, I found that
the rsync service was a bit too limited: it would only let you export
a single directory.

These patches extend it so that users can specify several “modules”,
each of which exports one directory and has its own properties (read-only,
chroot, timeout, etc.).

Backwards compatibility is maintained.

Thoughts?

Ludo’.

Ludovic Courtès (2):
  services: rsync: Allow configuring several rsync "modules".
  tests: rsync: Define several modules.

 doc/guix.texi          |  71 ++++++++++++-----
 gnu/services/rsync.scm | 170 +++++++++++++++++++++++++++++------------
 gnu/tests/rsync.scm    |  40 +++++++++-
 3 files changed, 213 insertions(+), 68 deletions(-)

-- 
2.33.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-21 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 14:18 [bug#52703] [PATCH 0/2] Improving rsync-service-type Ludovic Courtès
2021-12-21 14:23 ` [bug#52703] [PATCH 1/2] services: rsync: Allow configuring several rsync "modules" Ludovic Courtès
2021-12-21 14:23   ` [bug#52703] [PATCH 2/2] tests: rsync: Define several modules Ludovic Courtès
2021-12-21 14:50 ` bug#52703: [PATCH 0/2] Improving rsync-service-type Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.