While coding you will find yourself uploading dummy content to the WordPress build server, e.g. images or other media stored in wp-content. WordPressify allows you to back up the current state of the build which will include all server files. To back up your build run the command:
npm run export:backup
Alternatively if you don't have NodeJS installed locally, use Docker commands:
docker compose run --rm nodejs npm run backup
Files will be compressed in a zip file and stored in the directory:
backups/