NEWS
Proxmox Backup CT bricht ab
-
Hallo habe das Problem das das Backup abbricht.
Das Backup läuft über Proxmox welches mit den IObroker CT sichern soll.
Im Log steht folgendes:2024-06-30 17:25:44 INFO: Starting Backup of VM 254 (lxc) 2024-06-30 17:25:44 INFO: status = running 2024-06-30 17:25:44 INFO: CT Name: iobroker 2024-06-30 17:25:44 INFO: including mount point rootfs ('/') in backup 2024-06-30 17:25:44 INFO: mode failure - some volumes do not support snapshots 2024-06-30 17:25:44 INFO: trying 'suspend' mode instead 2024-06-30 17:25:44 INFO: backup mode: suspend 2024-06-30 17:25:44 INFO: ionice priority: 7 2024-06-30 17:25:44 INFO: CT Name: iobroker 2024-06-30 17:25:44 INFO: including mount point rootfs ('/') in backup 2024-06-30 17:25:44 INFO: starting first sync /proc/2673/root/ to /var/tmp/vzdumptmp134033_254 2024-06-30 17:28:57 ERROR: Backup of VM 254 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/2673/root//./ /var/tmp/vzdumptmp134033_254' failed: exit code 11
-
@timowald sagte in Proxmox Backup CT bricht ab:
Hallo habe das Problem das das Backup abbricht.
Das Backup läuft über Proxmox welches mit den IObroker CT sichern soll.
Im Log steht folgendes:2024-06-30 17:25:44 INFO: Starting Backup of VM 254 (lxc) 2024-06-30 17:25:44 INFO: status = running 2024-06-30 17:25:44 INFO: CT Name: iobroker 2024-06-30 17:25:44 INFO: including mount point rootfs ('/') in backup 2024-06-30 17:25:44 INFO: mode failure - some volumes do not support snapshots 2024-06-30 17:25:44 INFO: trying 'suspend' mode instead 2024-06-30 17:25:44 INFO: backup mode: suspend 2024-06-30 17:25:44 INFO: ionice priority: 7 2024-06-30 17:25:44 INFO: CT Name: iobroker 2024-06-30 17:25:44 INFO: including mount point rootfs ('/') in backup 2024-06-30 17:25:44 INFO: starting first sync /proc/2673/root/ to /var/tmp/vzdumptmp134033_254 2024-06-30 17:28:57 ERROR: Backup of VM 254 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/2673/root//./ /var/tmp/vzdumptmp134033_254' failed: exit code 11
Schau mal hier (https://www.bachmann-lan.de/proxmox-unprivileged-container-backup-failed-permission-denied/), vielleicht ist dies dein Problem.
-
@meister-mopper Wie kann ich das im nachhinein noch ändern?
-
Als User
sudo nano /etc/vzdump.conf
Diese Zeile muss drinstehen:
# vzdump default settings tmpdir: /tmp
-
@meister-mopper Die beiden Zeilen habe ich jetzt eingetragen. Jetzt Proxmox Neu starten?
Verstehe aber nicht das es vor 10 Tagen noch ging. -
@timowald sagte in Proxmox Backup CT bricht ab:
Verstehe aber nicht das es vor 10 Tagen noch ging.
Das hast du ja auch nicht geschrieben. Dann wird es wohl möglicherweise etwas anderes sein.
@timowald sagte in Proxmox Backup CT bricht ab:
Die beiden Zeilen habe ich jetzt eingetragen.
Die erste ist ein Kommentar und sollte dort ohnehin schon gestanden haben.
-
@meister-mopper nein war komplett leer.
-
Was mir aufgefallen ist, ist das ich nur den CT mit iobroker kein Backup machen kann. CT mit Grafana, influx, etc. und VM mit homeassistant läuft ohne Probleme durch.