Einer meiner Container kann nicht gesichert werden; andere hingegen funktionieren.
Einziger für mich erkennbarer Unterschied ist eine zusätzliche Resource HDD
Bei diesem Versuch war der Container bereits gestoppt und endet mit Error 255
Hier ein Versuch mit "suspended":
Indiesem Fall kommt error 23
Dieser Fehler besagt wohl, dass eine Datei nicht kopiert werden konnte.
Während des first sync konnte ich beobachten, dass innerhalb "/tmp/vzdump*" zwar ein Verzeichnis HDD entsteht, dort wird aber nichts hin kopiert.
Kann man den Backup-Prozess etwas gesprächiger machen ? Eine Option -v scheint nicht zu existieren.
Einziger für mich erkennbarer Unterschied ist eine zusätzliche Resource HDD
Code:
INFO: starting new backup job: vzdump 106 --notes-template '{{guestname}}' --storage BACKUP-PBS --node pve-main --remove 0 --mode stop --notification-mode auto
INFO: Starting Backup of VM 106 (lxc)
INFO: Backup started at 2024-06-23 07:59:30
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: CT Name: paperless-NGX
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('HDD') in backup
INFO: creating Proxmox Backup Server archive 'ct/106/2024-06-23T05:59:30Z'
INFO: set max number of entries in memory for file-based backups to 1048576
INFO: run: lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client backup --crypt-mode=encrypt --keyfd=14 pct.conf:/tmp/vzdumptmp1719129_106//etc/vzdump/pct.conf root.pxar:/mnt/vzsnap0 --include-dev /mnt/vzsnap0/./ --include-dev /mnt/vzsnap0/.HDD --skip-lost-and-found --exclude=/tmp/?* --exclude=/var/tmp/?* --exclude=/var/run/?*.pid --backup-type ct --backup-id 106 --backup-time 1719122370 --entries-max 1048576 --repository root@pam@192.168.1.251:BACKUP
INFO: Error: fstat "/mnt/vzsnap0/.HDD" failed - ENOENT: No such file or directory
umount: /mnt/vzsnap0HDD: no mount point specified.
command 'umount -l -d /mnt/vzsnap0HDD' failed: exit code 32
ERROR: Backup of VM 106 failed - command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client backup '--crypt-mode=encrypt' '--keyfd=14' pct.conf:/tmp/vzdumptmp1719129_106//etc/vzdump/pct.conf root.pxar:/mnt/vzsnap0 --include-dev /mnt/vzsnap0/./ --include-dev /mnt/vzsnap0/.HDD --skip-lost-and-found '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' --backup-type ct --backup-id 106 --backup-time 1719122370 --entries-max 1048576 --repository root@pam@192.168.1.251:BACKUP' failed: exit code 255
INFO: Failed at 2024-06-23 07:59:30
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors
Bei diesem Versuch war der Container bereits gestoppt und endet mit Error 255
Hier ein Versuch mit "suspended":
Code:
INFO: starting new backup job: vzdump 106 --mode suspend --remove 0 --node pve-main --notification-mode auto --notes-template '{{guestname}}' --storage BACKUP-PBS
INFO: Starting Backup of VM 106 (lxc)
INFO: Backup started at 2024-06-23 08:05:29
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: paperless-NGX
INFO: including mount point rootfs ('/') in backup
INFO: including mount point mp0 ('HDD') in backup
INFO: starting first sync /proc/1721571/root/ to /tmp/vzdumptmp1723105_106/
ERROR: Backup of VM 106 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/1721571/root//./ /proc/1721571/root//.HDD /tmp/vzdumptmp1723105_106/' failed: exit code 23
INFO: Failed at 2024-06-23 08:09:17
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors
Indiesem Fall kommt error 23
Dieser Fehler besagt wohl, dass eine Datei nicht kopiert werden konnte.
Während des first sync konnte ich beobachten, dass innerhalb "/tmp/vzdump*" zwar ein Verzeichnis HDD entsteht, dort wird aber nichts hin kopiert.
Kann man den Backup-Prozess etwas gesprächiger machen ? Eine Option -v scheint nicht zu existieren.