Hi,
is it possible to restore a instance backup from NCP image (Raspberry pi), to a NCP docker container?
Hi,
is it possible to restore a instance backup from NCP image (Raspberry pi), to a NCP docker container?
I tried to restore to the same raspberry pi with NCP image new installed and backup failed there as well… What am I doing wrong?
nc-restore can only restore to the same location.
I’d start a fresh container using -v to mount nc-data to its location, recreate users , and run nc-scan.
Alternatively, after doing a nc-restore; edit config.php values for data, tmp & log and then run nc-scan.
Thanks mate, that did it!