public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: Jonathan Lane <tidux@sdf•org>
To: nncp-devel@lists.cypherpunks.ru
Subject: Re: Announcing Filespooler
Date: Tue, 31 May 2022 18:07:45 +0000	[thread overview]
Message-ID: <YpZZcQqx/oNV6mNo@beastie> (raw)
In-Reply-To: <87pmjvhnqo.fsf@complete.org>

On Sun, May 29, 2022 at 07:23:43PM -0500, John Goerzen wrote:
> Hi folks,
> 
> After writing a forced-ordering program in shell for the nth time - for
> handling things like incremental backups that can arrive in arbitrary
> order from nncp-exec or nncp-file - I finally wrote it properly.
> 
> https://www.complete.org/filespooler/
> 
> I use it with NNCP, though it is a generic enough algorithm that it can
> also use Syncthing, S3, etc. as a transport.  Filespooler itself is a
> Unixy tool, and provides no transport mechanism by itself; instead, it
> can rely on anything you can pipe to, or anything like a filesystem.  In
> fact, both nncp-exec and nncp-file and feed to it:
> 
> https://www.complete.org/using-filespooler-over-nncp/
> 
> My other tool gitsync-nncp can also run over Filespooler:
> 
> https://www.complete.org/gitsync-nncp-over-filespooler/
> 
> Enjoy,
> 
> - John
> 

Very cool! One thing I'd add to your Syncthing article is that Syncthing
supports the concept of a folder being send-only or receive only, so you
could potentially wire up a full send-receive pair over a pair of
folders if you only needed to write between two machines.  With a bit of
clever integration with Postfix you could probably use this as a mail
bridge.

-- 
tidux@sdf•org
SDF Public Access UNIX System - http://sdf.org

  parent reply	other threads:[~2022-05-31 18:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-30  0:23 Announcing Filespooler John Goerzen
2022-05-31 17:13 ` John Goerzen
2022-05-31 18:07 ` Jonathan Lane [this message]
2022-06-02  0:03   ` John Goerzen
2022-06-07 10:32 ` Sergey Matveev
2022-06-10 13:14   ` John Goerzen
2022-06-10 18:48     ` Sergey Matveev
2022-06-10 20:46       ` John Goerzen
2022-06-10 21:24         ` Rust building Sergey Matveev
2022-06-14 13:59           ` John Goerzen
2022-06-14 18:19             ` Sergey Matveev