<div dir="ltr">Hi Bob,<div>Alternatively, I can use Netcat within my LAN and OpenVPN + Netcat if I have OpenVPN running anyway.</div><div>Thanks,</div><div>Phil</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 14, 2023 at 7:36 PM Bob Proulx <<a href="mailto:bob@proulx.com">bob@proulx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Phil,<br>
<br>
Phil Marsh wrote:<br>
> I've had good luck with Unison. The only issue is that it appears to me<br>
> that it's designed to sync directories on the same machine. However, I'm<br>
> thinking it could be used with NFS mounts to sync across LAN or internet.<br>
<br>
Unison will sync files over ssh just fine.  NFS is not needed if SSH<br>
is used.<br>
<br>
    unison ./foo/ ssh://<a href="http://example.com/foo/" rel="noreferrer" target="_blank">example.com/foo/</a><br>
<br>
This requires compatible versions of unison on both systems.  That's<br>
perhaps somewhat more restrictive of a statement than might seem at<br>
first glance.  Unison is often rolling versions with incompatible<br>
protocols.  That's why there are so many possible ones to install.<br>
<br>
    $ apt-cache search ^unison<br>
    unison - file-synchronization tool for Unix and Windows<br>
    unison-gtk - file-synchronization tool for Unix and Windows with GTK+ interface<br>
    unison-2.52 - file-synchronization tool for Unix and Windows<br>
    unison-2.52-gtk - file-synchronization tool for Unix and Windows with GTK+ interface<br>
    unison-2.53 - file-synchronization tool for Unix and Windows<br>
    unison-2.53-gtk - file-synchronization tool for Unix and Windows with GTK+ interface<br>
    unison2.27.57 - file-synchronization tool for Unix and Windows<br>
    unison2.32.52 - file-synchronization tool for Unix and Windows<br>
    unison2.40.102 - file-synchronization tool for Unix and Windows<br>
<br>
If working between two different system versions you will need to<br>
install compatible versions on both.<br>
<br>
Bob<br>
</blockquote></div>