mirror of https://github.com/tteck/Proxmox.git
Update pms-copy-data.sh
This commit is contained in:
parent
da3cc1313b
commit
cdb6911434
|
@ -96,7 +96,7 @@ CTID_TO_PATH=$(pct mount $CTID_TO | sed -n "s/.*'\(.*\)'/\1/p") || \
|
||||||
die "Plex Media Server directories in '$CTID_TO' not found."
|
die "Plex Media Server directories in '$CTID_TO' not found."
|
||||||
|
|
||||||
#rm -rf ${CTID_TO_PATH}${DATA_PATH}
|
#rm -rf ${CTID_TO_PATH}${DATA_PATH}
|
||||||
#mkdir ${CTID_TO_PATH}${DATA_PATH}
|
mkdir ${CTID_TO_PATH}${DATA_PATH}
|
||||||
|
|
||||||
msg "Copying Data Between Containers..."
|
msg "Copying Data Between Containers..."
|
||||||
RSYNC_OPTIONS=(
|
RSYNC_OPTIONS=(
|
||||||
|
|
Loading…
Reference in New Issue