Backup Config Module - Beta - Final stage

Having an effective and coherent UI style and behaviour is one of the framework goals and NethServer requirement …I know Nethgui is a Bad Guy and we lack documentation about it :alien:

However this is a kickstart:

http://docs.nethserver.org/projects/nethserver-devel/en/latest/create_interface_module.html

Moreover, while developing you can see more debug messages from:

http://IP:980/index_dev.php

That controller must be enabled, by touch-ing an empty file:

touch /usr/share/nethesis/nethserver-manager/debug

PHP messages are logged to:

  • /var/log/httpd-admin/error_log
  • /var/log/messages

Could you start by sharing a PR for the backend part, so we can review it with @giacomo?

For the GUI I could steer you through the framework maze :wink: