Multiple PBS errors

Kev7274

New Member
Feb 5, 2025
12
0
1
Tried a backup and got a few errors...

ERROR: rsync: [receiver] write failed on "/var/tmp/vzdumptmp1076592_10443/mnt/nvr/scrypted-41.remote/1737429327885/1737502168561/1737502408561.rtsp": No space left on device (28)
ERROR: rsync error: error in file IO (code 11) at receiver.c(380) [receiver=3.2.7][/B]
ERROR: rsync: [sender] write error: Broken pipe (32)[/B]
ERROR: Backup of VM 10443 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/1190/root//./ /proc/1190/root//./mnt/nvr /var/tmp/vzdumptmp1076592_10443' failed: exit code 11

I did df -h and it looks like I have space,but the first error says I don't.

Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev[/B]
tmpfs 1.6G 1.4M 1.6G 1% /run[/B]
/dev/mapper/pbs-root 210G 2.1G 197G 2% /[/B]
tmpfs 7.8G 0 7.8G 0% /dev/shm[/B]
tmpfs 5.0M 0 5.0M 0% /run/lock[/B]
efivarfs 150K 78K 68K 54% /sys/firmware/efi/efivars[/B]
/dev/nvme0n1p2 1022M 12M 1011M 2% /boot/efi[/B]
[B]backups 225G 25M 225G 1% /mnt/datastore/backups[/B]
tmpfs 1.6G 0 1.6G 0% /run/user/0

Ideas? I'm not sure where to start.
 
Last edited:
I fixed it. Somehow I was backing up my container,guess I was messing around and checked the box for backup. I unchedked the box and it working now.
I assume by above statements you mean you excluded a mountpoint from backup. If you exclude that, the container backup now most likely does fit into the temporary location, therefore the backup will work. It will however not be included in the backup, so you should consider changing tmpdir and including the mountpoint nevertheless.
 
  • Like
Reactions: Kev7274
I assume by above statements you mean you excluded a mountpoint from backup. If you exclude that, the container backup now most likely does fit into the temporary location, therefore the backup will work. It will however not be included in the backup, so you should consider changing tmpdir and including the mountpoint nevertheless.
I'll check the docs for that info.