Szum123321 / textile_backup

Backup Mod for Fabric
https://www.curseforge.com/minecraft/mc-mods/textile-backup
GNU General Public License v3.0
90 stars 30 forks source link

Out of space error when there is enough space #31

Closed matthew-salerno closed 4 years ago

matthew-salerno commented 4 years ago

Hello, I'm not sure if this is your fault or mine, but I'm running in a containerized linux system with a snap I'm making called mc-service, which runs minecraft as a containerized daemon and listens for commands from mc-manager to control it. My issue is this, during backup (I have a large pregenerated world of about 7.7GB) I get this error: crash.txt What's weird about this is I have the server folder mounted to a 1TB hard drive, my 7.7G world shouldn't put a dent in this. I have tried this twice, and both resulting backup files were 4.0K I wouldn't be surprised if the issue was on my end, but I'm not familiar with java and would love some ideas on where to look if this is due to my environment and not an issue with backing up large worlds. Thanks!

Szum123321 commented 4 years ago

Hi! Sadly, that's known problem with zip compressor. For now, try using different compressor such as bzip2 or gzip. Sorry!

matthew-salerno commented 4 years ago

Not a problem, GZIP works fine. Thanks!