Backpack duplicate on rebootBug

I've reports from players stating that Backpacks can be abuse for server restart.

Items that have been put up in backpack right before a server save interval & restart. Items will be clone in their invent and items that is stored in their Backpacks will still be available.

That has been the fact for a very long time, in fact it is in the configuration its up to the Admin to set this to true/false and you cant blame the players for taking advantage of the situation,
 "Clear Backpacks on Map-Wipe (true/false)": true,​
My bad, I've to delete the Data Files. Thanks for the heads up. :)

Merged post

Just to be sure that my settings is correct, is this okay?

{
  "Drop on Death (true/false)": true,
  "Erase on Death (true/false)": false,
  "Use Blacklist (true/false)": false,
  "Clear Backpacks on Map-Wipe (true/false)": true,
  "Only Save Backpacks on Server-Save (true/false)": true,
  "Blacklisted Items (Item Shortnames)": [
    "autoturret",
    "lmg.m249"
  ],
  "Backpack Size (1-7 Rows)": 7
}​


Merged post

Duplication can also be during SERVER RETART, and not WIPE. Sorry for the confusion.

I've players duplicating items with Backpacks right before a server save > server restart.

I've already turn off Only Save Backpacks on Server Save to False. Will it help?

{
  "Drop on Death (true/false)": true,
  "Erase on Death (true/false)": false,
  "Use Blacklist (true/false)": false,
  "Clear Backpacks on Map-Wipe (true/false)": true,
  "Only Save Backpacks on Server-Save (true/false)": false,
  "Blacklisted Items (Item Shortnames)": [
    "bandages",
    "stones"
  ],
  "Backpack Size (1-7 Rows)": 7
}
I'll have to test that behaviour your described.
When setting that option to false, it saves each time the player closes the backpack.
That allows for duplication of items if items are put in after a server save.

Sorry, is "false" enabling or disabling Server Save on Backpacks?

As I said above: "When setting that option to false, it saves each time the player closes the backpack."
Instead of during the server save.
Great, appreciate your time spend for my case. Happy Halloween!