Skip to content

trexglobal/backup-formula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backup SaltStack Formula

Setup backup for all databases on the server using https://meskyanichi.github.io/backup/v4/

What it does

  1. backup 1.1. Install ruby and ruby-dev dependencies 1.2. Install backup gem
  2. backup.all 2.1. Add backup model for all databases 2.2. Add backup to daily tasks

Install

  1. Setup pillar from pillar.example
  2. Add backup to your server state file
include:
    - backup.all

or to the top.sls file

base:
  'some.server.example.com':
    - backup.all