This is a backup and restore utility for the Screeps game world. It backs up both memory and segment data.
This project uses the same style config as the Screeps Console, Notify and Stats projects. If you have them configured you are all set to go.
Settings for just this utility can also be created by copying the
.screeps_settings.dist.yaml
to .screeps_settings.yaml
and filling it out.
The simpliest way to get this working is by using make
.
To backup files run screeps_backup /path/to/backups
.
To restore run screeps_restore /path/to/backups/specific_backup
.