From 542ba61d59cdf4415378835b442420374d01c5d1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 24 Jan 2022 17:16:48 -0500 Subject: [PATCH] Update pms-copy-data.sh --- misc/pms-copy-data.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/pms-copy-data.sh b/misc/pms-copy-data.sh index e948a12b..ffa2340f 100644 --- a/misc/pms-copy-data.sh +++ b/misc/pms-copy-data.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Use to copy all data from one Plex Media Server LXC to another +# run from the Proxmox Shell +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/pms-copy-data.sh)" while true; do read -p "Use to copy all data from one Plex Media Server LXC to another. Proceed(y/n)?" yn case $yn in