Skip to content

Sheldon Lendrum

Web & Life

Category: mySQL

Hourly MySQL Backups with a BASH Script

Here is a script I recently wrote to run hourly backups of our production database server.It’s important to note here a couple of things;  This *could* use a lot of disk space! Backups are processor heavy, I’m running mine on on a dedicated VPS connecting to the SLAVE in a MASTER => SLAVE SLAVE replication… Continue reading Hourly MySQL Backups with a BASH Script

Published February 8, 2021
Categorized as Linux, mySQL, Servers

Finding disk usage on Linux/Ubuntu

There are a few ways to see how much free or used disk space in linux;The  easiest way is to use: If you want to drill down and find where all your disk space has gone, then ncdu is the best too, all day. On Ubuntu you can apt install this repo, else there are installation instructions… Continue reading Finding disk usage on Linux/Ubuntu

Published December 23, 2020
Categorized as mySQL, Servers

Recent Posts

  • Installing MariaDB on Ubuntu 20.4
  • Flushing your DNS on Big Sur
  • Disable Apple Messages from “Smart Quoting” your code in messages
  • Auto-deploy your PHP app with Bitbucket Pipelines
  • Setting up OSX Big Sur with Valet, PHP & MySQL for Web Development

Archives

  • October 2021
  • April 2021
  • February 2021
  • January 2021
  • December 2020
  • August 2020
  • June 2020

Categories

  • Apple
  • Code
  • CSS
  • Linux
  • mySQL
  • OSX
  • PHP
  • Servers
Sheldon Lendrum
Proudly powered by WordPress.