Skip to content

tinytext/backups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backups

Basic tool to backup mysql servers.

Installation

pip install --upgrade backups

Setup

Create a /etc/backups/backups.yaml file with content similar to:

backups:
  acme.com:
    connection:
      type:                   mysql
      host:                   localhost
      username:               backup
      password:               password
    options:
      encryption:             secret
    s3:
      bucket:                 acme-backups
      path:                   <suffix>/live/mysql

Now run it with

backup-mysql acme.com

Build status

About

Basic tool to backup database servers.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors