Meshcentral: WARNING: unrecognized configuration option "autobackup".

Created on 18 Oct 2019  路  6Comments  路  Source: Ylianst/MeshCentral

grafik
grafik
grafik
what i make wrong? thanks for help

( i have post it under autobackup - but this ticket are closed #242 - so im not shure that anyone read this.l.

Fixed - Confirm & Close question

All 6 comments

You have the same problem as in #242. The autobackup settings need to be nested inside the settings setting.

@MailYouLater Gave the same answer I would have given. It's not the first time this has happened. I may want to allow "autobackup" at the root level and in settings. Feedback on this appreciated.

If you allow the same settings to be set in two places you have to think about what happens when someone (inevitably) puts it in both. Does one override the other? Does it complain and not start?

... gives an example config.json? - i have not understand - or have make an other fault... thanks for help - am

What you have:

{
  "settings": {
    <other settings>
  },
  "autobackup": {
    <autobackup settings>
  },
  <other settings>
}

What you want:

{
  "settings": {
    <other settings>,
    "autobackup": {
      <autobackup settings>
    }
  },
  <other settings>
}

The autobackup section is nested inside the settings section.

... oh - this i have missunderstand - now it works - thanks a lot!

Was this page helpful?
0 / 5 - 0 ratings