Proxmox/misc/copy-data
2024-09-05 21:24:43 +01:00
..
home-assistant-container-copy-data-home-assistant-container.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
home-assistant-container-copy-data-home-assistant-core.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
home-assistant-container-copy-data-podman-home-assistant.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
home-assistant-core-copy-data-home-assistant-container.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
home-assistant-core-copy-data-home-assistant-core.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
plex-copy-data-plex.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
podman-home-assistant-copy-data-home-assistant-container.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
README.md Update README.md 2023-01-25 14:49:07 -05:00
z2m-copy-data-z2m.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00
zwavejs2mqtt-copy-data-zwavejsui.sh fix: file permissions to test within a proxmox installation host 2024-09-05 21:24:43 +01:00

Copy data to another LXC (run in the Proxmox Shell)

To copy data from Home Assistant Container to Home Assistant Container
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-container.sh)"
To copy data from Home Assistant Container to Home Assistant Core
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-home-assistant-core.sh)"
To copy data from Home Assistant Container to Podman Home Assistant
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-container-copy-data-podman-home-assistant.sh)"
To copy data from Podman Home Assistant to Home Assistant Container
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/podman-home-assistant-copy-data-home-assistant-container.sh)"
To copy data from Home Assistant Core to Home Assistant Container
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-container.sh)"
To copy data from Home Assistant Core to Home Assistant Core
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/home-assistant-core-copy-data-home-assistant-core.sh)"
To copy data from Plex to Plex
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/plex-copy-data-plex.sh)"
To copy data from Zigbee2MQTT to Zigbee2MQTT
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/z2m-copy-data-z2m.sh)"
To copy data from Zwavejs2MQTT to Zwave JS UI
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/copy-data/zwavejs2mqtt-copy-data-zwavejsui.sh)"