From 8fb0497369ebd3b290b2e8143bf1213ce4d94d73 Mon Sep 17 00:00:00 2001 From: naumso Date: Thu, 14 Dec 2023 20:37:02 +0300 Subject: [PATCH] Update mysql_xtrabackup.sh --- mysql_xtrabackup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql_xtrabackup.sh b/mysql_xtrabackup.sh index c03ebc8..5920b5c 100755 --- a/mysql_xtrabackup.sh +++ b/mysql_xtrabackup.sh @@ -6,8 +6,11 @@ # dnf install https://repo.percona.com/yum/percona-release-latest.noarch.rpm # dnf install percona-xtrabackup-80.x86_64 # dnf install qpress +# dnf install rsync # +# RESTORE # xtrabackup --decompress --target-dir=/data/compressed/ +# xtrabackup --move-back --target-dir=/data/compressed/ # usage()