소스 검색

Update pms-copy-data.sh

tteckster 3 년 전
부모
커밋
542ba61d59
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      misc/pms-copy-data.sh

+ 3 - 0
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