- Restoring of currently active world can break save
- Save state could be broken with autosave
- World state backup
- World state restore
- Autosave
- Custom directories
- Backups rotation
- Tested with node v19.1.0
git clone https://github.com/denisgrtv/pz-saver.git
cd pz-saver
# Shows help
./pz-saver --help
# You can see any command options with ./pz-saver [command] --help
./pz-saver save --help
# Making backup with default parameters
./pz-saver save
# Restores backup
./pz-saver restore
- Add web server
- Add binary
- Test with game server