Update pms-copy-data.sh

This commit is contained in:
tteckster 2022-01-24 15:19:19 -05:00 committed by GitHub
parent e4676da43b
commit da3cc1313b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -80,7 +80,10 @@ whiptail --defaultno --title "$TITLE" --yesno \
$CTID_FROM (${CTID_FROM_HOSTNAME}) -> $CTID_TO (${CTID_TO_HOSTNAME})
Version: 2022.01.24" 13 50 || exit
info "Plex Media Server Data from '$CTID_FROM' to '$CTID_TO'"
if [ $(pct status $CTID_TO | sed 's/.* //') == 'running' ]; then
msg "Stopping '$CTID_TO'..."
pct stop $CTID_TO
fi
msg "Mounting Container Disks..."
DATA_PATH=var/lib/plexmediaserver/Library/Application Support/Plex Media Server/
CTID_FROM_PATH=$(pct mount $CTID_FROM | sed -n "s/.*'\(.*\)'/\1/p") || \