Shevchik / AutoSaveWorld

Bukkit plugin that provides advanced bukkit server management capabilities. Supports automatic saves, backups, stale data purge, plugin management, and more.
GNU General Public License v3.0
35 stars 36 forks source link

autobackup not working after update #35

Closed BOT-Neil closed 5 years ago

BOT-Neil commented 7 years ago

Here are the errors that happen in my logs. http://pastebin.com/ciekR7ZE

Shevchik commented 7 years ago

Allocate more place for stack area. You have a folder with a lot of internal folder on your ftp server, which caused this error on delete.

Tzzzt123 commented 7 years ago

@BOT-Neil what server's logs are that? Prison's logs? Creative's logs? Faction's logs? :)

BOT-Neil commented 7 years ago

@Tzzzt123 Stop stalking my github. @Shevchik I'm not really sure what you mean? It works with an older version so why wouldn't it work now? The backup space is the free backup with OVH so I doubt I could change anything about the backup storage.

Shevchik commented 7 years ago

Because more abstractions were added to backup functions, which means that method call stack drains faster. Or you might have some sort of recursion happening on your ftp server.

You you are running HotSpotVM you can increase stacksize by specifying -Xss parameter at launch.

BOT-Neil commented 7 years ago

Running the lastest dev build, I now get this @Shevchik https://pastebin.com/x3BcP4eR I also changed to a new machine, and new backup storage from a different hosting company.

Shevchik commented 7 years ago

Does it skip all files or only part of them?

BOT-Neil commented 7 years ago

The plugins backed up fine

BOT-Neil commented 7 years ago

I'm so confused it seems that all the files are in the backup, but it's throwing those errors anyway

Shevchik commented 7 years ago

Some of the files weren't able to backup because there weren't accessible.

BOT-Neil commented 7 years ago

The weird thing is, they did backup just fine? They are accessible to the user.

Shevchik commented 7 years ago

Try to use those files from backup then to see it they work.

BOT-Neil commented 7 years ago

Okay, I replaced the world with the one from the backup and it works fine.