for (x in backedup_options) {
                    if (backedup_options.hasOwnProperty(x)) {
                        NETDATA.options.current[x] = backedup_options[x];
                    }
                }