Home

Awesome

Simple backup script for GNU/Linux servers

Simple bash backup script V1.2

You need megatools in order to upload your backup file to MEGA. Download megatools from http://megatools.megous.com/

Main features

Edit the configuration and run

sudo bash backup.sh

Syntax for Backup Docker Mariadb/Mysql

containerID:::user:::password:::database

Minio backup requirment on servers

mc config host add <ALIAS> <YOUR-S3-ENDPOINT> <YOUR-ACCESS-KEY> <YOUR-SECRET-KEY> <API-SIGNATURE>

for example

mc config host add minio http://192.168.1.51 BKIKJAA5BMMU2RHO6IBB V7f1CwQqAcwo80UEIJEjc5gVQUSSx5ohQ9GSrr12 --api S3v4

and replace minio with minio_cluster_name

Requirements

Changelog

V1.2

V1.3

Main Requirement

TODO