All Projects → sund → auto-mysql-backup

sund / auto-mysql-backup

Licence: other
a wrapper for automysqlbackup

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to auto-mysql-backup

gitlab-mattermost-backup
A simple backup script for mattermost in gitlab omnibus package
Stars: ✭ 23 (+21.05%)
Mutual labels:  backup, backup-script
Minecraft Wrapper
A simple & intuitive Minecraft Server wrapper. Supports IRC, backups, a plugin system, and more.
Stars: ✭ 77 (+305.26%)
Mutual labels:  wrapper, backup
kube-dump
Backup a Kubernetes cluster as a yaml manifest
Stars: ✭ 142 (+647.37%)
Mutual labels:  backup, backup-script
bash-backup
Simple backup script for GNU/Linux servers
Stars: ✭ 76 (+300%)
Mutual labels:  backup, backup-script
MailcowBackup
Script to backup/restore Mailcow and the host system using borgbackup. Handles 503 error page generation, mailflow stop/restart, SQL database dump, borg backup and prune and integrates with Logwatch for easy monitoring.
Stars: ✭ 28 (+47.37%)
Mutual labels:  backup, backup-script
virtnbdbackup
Backup utiliy for Libvirt / qemu / kvm supporting incremental and differencial backups.
Stars: ✭ 62 (+226.32%)
Mutual labels:  backup, backup-script
restique
A wrapper around restic with profiles
Stars: ✭ 43 (+126.32%)
Mutual labels:  wrapper, backup
elasticsearch-shell-backup
Elasticsearch 2, 5 shell script backup utils.
Stars: ✭ 18 (-5.26%)
Mutual labels:  backup, backup-script
pgsql-backup
PostgreSQL Backup Script. Ported from AutoMySQLBackup.
Stars: ✭ 24 (+26.32%)
Mutual labels:  backup, backup-script
VestaCP-Sync-Backups-To-Mega
VestaCP: uploading backups to the MEGA cloud
Stars: ✭ 17 (-10.53%)
Mutual labels:  backup, backup-script
raptor
The definitive EasyEngine installer with fully functional backup-restore and SFTP functionalities included
Stars: ✭ 26 (+36.84%)
Mutual labels:  backup, backup-script
mmd-gitlab-backuper
a package to backup from all projects that you have on gitlab
Stars: ✭ 27 (+42.11%)
Mutual labels:  backup, backup-script
s3-mongo-backup
Mongodb backups to S3
Stars: ✭ 18 (-5.26%)
Mutual labels:  backup, backup-script
butdr
Backup to Cloud( Google Drive, Dropbox ... ) use rclone
Stars: ✭ 49 (+157.89%)
Mutual labels:  backup, backup-script
time-travel
An rsync based backup script which only transfers modified files. Smooth integration into OSX Notification Center.
Stars: ✭ 43 (+126.32%)
Mutual labels:  backup, backup-script
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+526.32%)
Mutual labels:  backup, backup-script
minback-postgres
A container which provides the ability to backup a PostgreSQL database to Minio on demand
Stars: ✭ 18 (-5.26%)
Mutual labels:  backup
ansible-taskrunner
Ansible Taskrunner - ansible-playbook wrapper with YAML-abstracted python click cli options!
Stars: ✭ 14 (-26.32%)
Mutual labels:  wrapper
Grabber
A wrapper for Youtube-dl for Windows.
Stars: ✭ 22 (+15.79%)
Mutual labels:  wrapper
sql capsule
Less ORM, more SQL
Stars: ✭ 27 (+42.11%)
Mutual labels:  wrapper

auto-mysql-backup

Using http://sourceforge.net/projects/automysqlbackup/ with a wrapper that I use. The main benefit is being able to rsync the backups to another server.


Usage

Clone with git clone https://github.com/sund/auto-mysql-backup.git in /usr/local/sbin.

Use runmysqlbackup.sh as a wrapper to run the script.

edit the automysqlbackup config file

cp automysqlbackup-sample.conf automysqlbackup.conf and edit as needed.

edit the runmysqlbackup.conf file

cp runmysqlbackup-sample.conf runmysqlbackup.conf and enter your server info to rsync to.

Crontab entry

5 3 * * * /usr/local/sbin/auto-mysql-backup/runmysqlbackup.sh

et cetera

the folder _sf_distro has some extra files from the SourceForge download to keep things neat.

This uses version v3.0_rc6 of automysqlbackup

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].