Couple of questions re ncp backups

I am using ncp on a Docker image on a linux host.

when from the Docker I run ncp-config and then nc-inf
it returns

You should enable dnmsq
You should use nc-datadir to move your files

But

  1. The WUI shows my dnsmq is active
  2. I cannot find nc-datadir
    Any advice?

Afaik you can safely ignore that, they are for the non-docker version of ncp.
nc-datadir is not available in docker version, you can use -v option to start docker with custom storage volume.

1 Like