Hello everyone!
I have a live PVE 7.1 cluster with two nodes (proxmox1 and proxmox2) and a test PBS 2.1 (pbs1) with one datastore named "local" configured at
I have configured the PBS "local" datastorage as "pbs1" of type "Proxmox Backup Storage" in the "Datacenter: Storage" option of the PVE using the user "backupuser@pbs" which has the "Admin" role over the datastore "local". When I go to the LXC "postgresql1" in the node "proxmox1" and I try to back it up using the "Suspend" mode and the "pbs1" storage, I get this:
I cannot findany sort of log file or anything where to look for more information. Does anybody have an idea of what can be happening?
Thanks in advance.
I have a live PVE 7.1 cluster with two nodes (proxmox1 and proxmox2) and a test PBS 2.1 (pbs1) with one datastore named "local" configured at
/opt/backups
(same disk as the OS, as this is just a test to learn how it works). Filesystem on both PVE nodes, their containers and the PBS is ext4, as both are installations over existing Debian Bullseye on Hetzner (learning about ZFS and its virtues as well, but not yet there).I have configured the PBS "local" datastorage as "pbs1" of type "Proxmox Backup Storage" in the "Datacenter: Storage" option of the PVE using the user "backupuser@pbs" which has the "Admin" role over the datastore "local". When I go to the LXC "postgresql1" in the node "proxmox1" and I try to back it up using the "Suspend" mode and the "pbs1" storage, I get this:
Code:
INFO: starting new backup job: vzdump 100 --remove 0 --node proxmox1 --mode suspend --storage pbs1
INFO: Starting Backup of VM 100 (lxc)
INFO: Backup started at 2021-11-30 00:00:42
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: postgresql1
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/1715/root/ to /var/tmp/vzdumptmp3915945_100
ERROR: Backup of VM 100 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/1715/root//./ /var/tmp/vzdumptmp3915945_100' failed: exit code 23
INFO: Failed at 2021-11-30 00:01:14
INFO: Backup job finished with errors
TASK ERROR: job errors
I cannot findany sort of log file or anything where to look for more information. Does anybody have an idea of what can be happening?
Thanks in advance.