Error with code 11 when make backup of Container.

Hi there
I have proxmox ve 6.4 and pbs 1.1.8-1.
I also have a LXC with Ubuntu and postgresql inside it.
I get error code 11 when try to backup it.
Here is the log
102: 2021-06-01 00:00:35 INFO: Starting Backup of VM 102 (lxc)
102: 2021-06-01 00:00:35 INFO: status = running
102: 2021-06-01 00:00:35 INFO: CT Name: database
102: 2021-06-01 00:00:35 INFO: including mount point rootfs ('/') in backup
102: 2021-06-01 00:00:35 INFO: mode failure - some volumes do not support snapshots
102: 2021-06-01 00:00:35 INFO: trying 'suspend' mode instead
102: 2021-06-01 00:00:35 INFO: backup mode: suspend
102: 2021-06-01 00:00:35 INFO: ionice priority: 7
102: 2021-06-01 00:00:35 INFO: CT Name: database
102: 2021-06-01 00:00:35 INFO: including mount point rootfs ('/') in backup
102: 2021-06-01 00:00:35 INFO: starting first sync /proc/1219/root/ to /tmp/vzdumptmp17995_102/
102: 2021-06-01 00:07:44 ERROR: Backup of VM 102 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/1219/root//./ /tmp/vzdumptmp17995_102/' failed: exit code 11

Thanks for any help.
 
Do you have enough space in your storage?

Can you try please do a backup with "mode stop" as well because the exit code 11 means there's no space left
 
Ah, forget to ask you about the container config. please providing us the config pct config 102
 
Ah, forget to ask you about the container config. please providing us the config pct config 102
Here it is:
pct config 102
arch: amd64
cores: 1
features: keyctl=1,nesting=1,fuse=1
hostname: database
memory: 512
nameserver: 8.8.8.8
net0: name=eth0,bridge=vmbr0,gw=192.168.15.204,hwaddr=8E:67:04:37: D4:3C,ip=192.168.15.200/24,ip6=auto,type=veth
onboot: 1
ostype: ubuntu
rootfs: VMS:102/vm-102-disk-0.raw,size=50G
searchdomain: vitusys.com.br
startup: order=1
swap: 1024
unprivileged: 1
 
Last edited: