If after your Project Zomboid server has been running for a while, you begin to see this issue when you attempt to start your server.
LOG : General> Start making backup to: /home/container/.cache/backups/startup
ERROR: General> java.util.concurrent.ExecutionException: java.io.IOException: No space left on device
There is a simple fix! This error is caused by having too many files open at one time during the backup due to the way the world is saved. For example, most Project Zomboid saves have more than 20,000 files when first starting and mods just increase this number.
How to resolve:
- Log into your Pine Hosting Game Panel
- Click on Files
- Navigate to your Config Files .Cache/Server. By default, it is named
dedicated.ini
. If you changed theSERVER NAME
on theStartup/Settings page
, use this name instead - Find the line that says
BackupsOnStart=true
. and change this toBackupsOnStart=false
. - Click Save Content
- Click on Console And proceed to start your server.