Setup backup for all databases on the server using https://meskyanichi.github.io/backup/v4/
- backup 1.1. Install ruby and ruby-dev dependencies 1.2. Install backup gem
- backup.all 2.1. Add backup model for all databases 2.2. Add backup to daily tasks
- Setup pillar from pillar.example
- Add backup to your server state file
include:
- backup.all
or to the top.sls file
base:
'some.server.example.com':
- backup.all