Blank level-name setting results in backup of infinite size
shughes-uk opened this issue ยท 1 comments
Sometimes level-name
is blank and world files are all stored in the root minecraft directory.
This is fine until the backups run and then it tries to back up the root minecraft directory, including the backups
default folder. This basically causes things to go haywire and basically results in an infinite loop until you run out of disk space.
Either some check should happen that excludes the backup directory from backups, or just throw an exception if the backup folder is located in a sub directory of the world directory.