From 38200375322a3843fb43c237fb9079d038723d06 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 21 Jan 2022 11:18:31 -0500 Subject: [PATCH] Update copy-data.sh --- misc/copy-data.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/copy-data.sh b/misc/copy-data.sh index d86bc401..980872cf 100644 --- a/misc/copy-data.sh +++ b/misc/copy-data.sh @@ -71,7 +71,7 @@ done whiptail --defaultno --title "$TITLE" --yesno \ "**Experimental** Are you sure you want to copy data between the following LXCs? $CTID_FROM (${CTID_FROM_HOSTNAME}) -> $CTID_TO (${CTID_TO_HOSTNAME}) -Version: Alpha 01"13 50 || exit +Version: Alpha 01" 13 50 || exit info "Home Assistant Data from '$CTID_FROM' to '$CTID_TO'" msg "Mounting Container Disks..." @@ -102,3 +102,5 @@ rsync ${RSYNC_OPTIONS[*]} ${CTID_FROM_PATH}${DOCKER_PATH} ${CTID_TO_PATH}${DOCKE echo -en "\e[1A\e[0K\e[1A\e[0K" info "Successfully Transferred Data." + +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/copy-data.sh)"