Backup and Restore in Plone 5
Backing up the Server: The easiest way to backup a Plone instance is via available packages – Add the below to your buildout.cfg and rerun buildout to apply: parts = backup [backup] recipe = collective.recipe.backup sudo -u plone_buildout bin/buildout Now you must run a backup – I do this nightly via a cron job with Read more about Backup and Restore in Plone 5[…]