Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/blame/commit/7305fa4f0ace2d1ba487d29c587ae48ec15112ab/misc/copy-data/README.md
You should set ROOT_URL correctly, otherwise the web may not work correctly.
< h2 > < p align = "center" > Copy data to another LXC (run in the Proxmox Shell)< / p > < / h2 >
< div align = "center" > To copy data from Home Assistant Container to Home Assistant Container < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
```
< div align = "center" > To copy data from Home Assistant Container to Home Assistant Core < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
```
< div align = "center" > To copy data from Home Assistant Container to Podman Home Assistant < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
```
< div align = "center" > To copy data from Podman Home Assistant to Home Assistant Container < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
```
< div align = "center" > To copy data from Home Assistant Core to Home Assistant Container < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
```
< div align = "center" > To copy data from Home Assistant Core to Home Assistant Core < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
```
< div align = "center" > To copy data from Plex to Plex < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/plex-copy-data-plex.sh)"
```
< div align = "center" > To copy data from Zigbee2MQTT to Zigbee2MQTT < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/z2m-copy-data-z2m.sh)"
```
< div align = "center" > To copy data from Zwavejs2MQTT to Zwave JS UI < / div >
```
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"
```