Giter Club home page Giter Club logo

sqlbackup's Introduction

sqlbackup

Automated sql backup job for mariadb sql servers

Note: sqlbackup.service is designed to be used with podman. Change the ExecStart and ExecStartPre for baremetal servers

Installation

In your podman container:

  • Copy sqlbackup.sh to /usr/bin/
  • Copy sqlbackup.conf to /etc/sqlbackup
  • Create a new .conf file in /etc/sqlbackup/conf.d that contains at a minimum the line
password = <sql user password>

On your podman host:

  • Copy sqlbackup.service and sqlbackup.timer to /etc/systemd/system/ and then run
systemctl daemon-reload
systemctl enable --now sqlbackup.timer

Defaults

  • The script expects your podman mariadb sql server container name to be 'sql'
  • Defaults can be overriden in /etc/sqlbackup/conf.d/ .conf files
  • Backups are stored in /backups/full/ and /backups/inc/ for full and incremental backups
  • The 'root' account is used by default for the backups
  • The retention is set to be 1 full and 6 incremental backups until a new full backup cycle. In other words, 1 week.
  • The most recent 8 backup sets are retained, or about 2 months

Running

  • This script is designed to be run by the 'mysql' user (in podman that's uid 999)
  • Backup sets are numbered so full backup set 2 is in the same series as incremental set 2

sqlbackup's People

Contributors

codephase avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.