On Sun, Dec 18, 2022 at 12:08 PM Dale <rdalek1967@gmail.com> wrote:
<SNIP>
> I just might find a simple distro that I can install on that thing.  Honestly, I don't really care what is on it as long as it does what I want and I can figure out how to make it work easily enough.
<SNIP>

Consider Ubuntu Server. It's text only and will likely have everything you need to start other than the NFS server which is easy enough to install. ssh is on it by default,

You will need a monitor to install.

Update after install is probably two commands which is more or less equivalent to emerge -DuN world but takes only a couple of minutes.

sudo apt update
sudo apt upgrade

There are lots of web pages that will tell you how to install and configure the NFS server. It's not hard and only necessary if you actually want to create mounts. Not necessary for rsync.