Backup zurück sichern

Post Reply
jens_s
Posts: 31
Joined: 06 Apr 2019 11:14

Backup zurück sichern

Post by jens_s »

Ich habe bisher ein Razberry 2 auf einem Pi4 mit ZWAY (neuste Version benutzt).
Neu habe ich jetzt ZWAY auf einem NUC (Proxmox LXC Container) installiert, dazu die Z-Station.
Dann die 2 Backups Standard und Expert UI zurückgesichert.
Die Geräte sind alle wieder verfügbar, die Icons konnte ich auch zurück sichern.
Leider sind viele vorher installierte Apps grau und lassen sich auch nicht installieren. Cloud Backup lässt sich auch nicht starten (http error).
Kann mir hier jemand weiterhelfen? Notfalls müsste ich neu installieren und alle Automatisierungen neu erstellen.
seattleneil
Posts: 192
Joined: 02 Mar 2020 22:41

Re: Backup zurück sichern

Post by seattleneil »

Assuming the Z-Way version on your Razberry 2 is the same version on your Proxmox container (for example, Z-Way version 4.1.4 on both systems), you can copy /opt/z-way-server from your Razberry 2 system to your Proxmox system. A few suggestions...

1. Stop the z-way-server process before you copy the directory (on both systems).
2. Preserve the directory /opt/z-way-server on your Proxmox system by running: mv /opt/z-way-server /opt/z-way-server-KEEP
3. Since you want to copy the entire /opt/z-way-server and preserve ownership and permissions, you can use the scp -pr command or create a tar file of /opt/z-way-server and scp the tar file.
Post Reply