Use the following guide to restore your backups if you are using indifferent broccoli for your Project Zomboid dedicated server.
Backups are controlled by four settings in the Advanced Server Settings (Server.ini)
1. BackupsCount (Default=5) - Tells the server how many backups to store. Min: 1 | Max: 300
2. BackupsOnStart (Default=true) - If set to true, the server will create a full backup after each restart.
3. BackupsOnVersionChange (Default=true) - If set to true, the server will create a full backup on each game update.
4. BackupsPeriod (Default=0) - Tells the server to create a backup each set amount of minutes. Min: 0 | Max: 1500
1. Open the File Manager or use an FTP client.
2. Navigate to /server-data/backups/startup/
3. Look at the date column and determine which backup you want to restore. Right click the file and click Download.
1. Once downloaded, use a program such as WinRar or 7Zip to extract it twice from the .tar.gz
and .zip
2. Once completed extracting, you should end up with a folder called backup_x
, with x being the numbered backup you downloaded.
3. Inside you'll see backups of your configs in /Server/
and your save in /Saves/Multiplayer/
4. To restore your save, simply zip the pzserver
folder in /Saves/Multiplayer/
. You can also restore your config files from the /Server/
folder if you wish.
1. Drag this pzserver.zip
onto the server under /server-data/Saves/Multiplayer/
and delete or backup the old pzserver
folder. You can delete the old zip archive after extracting it as well.
2. Restart your server and your backup will be restored.