From aa32a34c171998dd45e64e04cbae58866aa3ced6 Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 14 Dec 2023 20:50:20 +0300 Subject: [PATCH] Update mysql_xtrabackup.sh --- mysql_xtrabackup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql_xtrabackup.sh b/mysql_xtrabackup.sh index 5920b5c..599efb1 100755 --- a/mysql_xtrabackup.sh +++ b/mysql_xtrabackup.sh @@ -12,7 +12,9 @@ # xtrabackup --decompress --target-dir=/data/compressed/ # xtrabackup --move-back --target-dir=/data/compressed/ # - +# Make Replication +# https://docs.percona.com/percona-xtrabackup/8.0/create-gtid-replica.html#3-move-the-backup-to-the-destination-server +# usage() { echo "Usage: mysql_xtrabackup.sh -d /var/backup -n daily [-c 10 -s --compress --compress-threads=6 -e test@domain.org]"