tgxn / Backup

A Backup plugin for the Bukkit Server API.
http://bukkitbackup.com
GNU General Public License v3.0
23 stars 14 forks source link

Save Error #121

Closed rodeyseijkens closed 12 years ago

rodeyseijkens commented 12 years ago

Backup version: 2.0 Craftbukkit: CB 1.2.5-R4.0

I think this is happening:

I have Multiverse-Adventure running to restore my world when all players leave it. This is a problem I think because for some reason Backup still saves the world (save-all command) even tough I excluded it from making backups. When Multiverse-Adventure does its thing and in the exact same time Backup is accessing the world files to make an backup it crashes the server... So is it possible to not use save-all but individually save the worlds, except the one defined in the config?

Console Error: http://pastebin.com/JcYYn8Qd

tgxn commented 12 years ago

Do you mean you don't want it doing a save-all, rather an individual save on each world that is not excluded from the backup?

rodeyseijkens commented 12 years ago

Yes, because by default saving that specific world is disabled because its gets reset when its empty so... And when it tries to reset while doing the backup it crashes.

tgxn commented 12 years ago

Hmm, I've had a look at the Bukkkit commands, maybe there is a way to make the whole save-all thing easier.

Give me a couple days, I'll see what can be done. :)