Backup fails at removal of snaphots

I have a large vm that I have been trying to backup. I have watched it finish a few times, but at the very end it throws an error when removing snapshots. Presumably because of this error it doesnt commit the backup as a success on the storage, so subsequent runs it says “No previous backup found”.

What can I do about this? There is no space issue, and removing the snapshots works fine. What am I missing here?

[root@localhost:~] /vmfs/volumes/QNAP3/verticalbackup/vertical backup --threads 4 --no-chunk-listing "XXX Main Data Server"
Vertical Backup 1.4.3
Trial license expires on 2020-07-06
Storage set to sftp://admin@XXX//share/BKUP
Listing all virtual machines
Backing up XXX Main Data Server, id: 45, vmx path: /vmfs/volumes/QNAP3/XXX Main Data Server/XXX Main Data Server.vmx, guest os: darwin14_64Guest
No previous backup found
Virtual machine XXX Main Data Server is powered on
Removing all snapshots of XXX Main Data Server
Creating a new virtual machine snapshot for XXX Main Data Server
Uploaded file /vmfs/volumes/QNAP3/XXX Main Data Server/XXX Main Data Server.vmdk
Uploaded file /vmfs/volumes/QNAP3/XXX Main Data Server/XXX Main Data Server_Storage.vmdk
Uploading file XXX Main Data Server-flat.vmdk
Uploaded file XXX Main Data Server-flat.vmdk 213.27MB/s 00:40:00
Uploading file XXX Main Data Server_Storage-flat.vmdk
Using 4 uploading threads
Uploaded file XXX Main Data Server_Storage-flat.vmdk 158.91MB/s 07:19:54
Uploaded file XXX Main Data Server.vmx
Uploaded file XXX Main Data Server.vmxf
Uploaded file XXX Main Data Server.nvram
Removing all snapshots of XXX Main Data Server
Failed to run command '/bin/vim-cmd vmsvc/snapshot.removeall 45': No space left on device
Failed to run command '/bin/vim-cmd vmsvc/snapshot.removeall 45': No space left on device

next run - current doing a run with -p as well:

[root@localhost:~] /vmfs/volumes/QNAP3/verticalbackup/vertical backup --threads 4 --no-chunk-listing "XXX Main Data Server"
Vertical Backup 1.4.3
Trial license expires on 2020-07-06
Storage set to sftp://admin@XXX//share/BKUP
Listing all virtual machines
Backing up XXX Main Data Server, id: 45, vmx path: /vmfs/volumes/QNAP3/XXX Main Data Server/XXX Main Data Server.vmx, guest os: darwin14_64Guest
No previous backup found
Virtual machine XXX Main Data Server is powered on
Removing all snapshots of XXX Main Data Server
Creating a new virtual machine snapshot for XXX Main Data Server
Uploaded file /vmfs/volumes/QNAP3/XXX Main Data Server/XXX Main Data Server.vmdk
Uploaded file /vmfs/volumes/QNAP3/XXX Main Data Server/XXX Main Data Server_Storage.vmdk
Uploading file XXX Main Data Server-flat.vmdk
Using 4 uploading threads
Uploaded file XXX Main Data Server-flat.vmdk 284.62MB/s 00:29:58
Uploading file XXX Main Data Server_Storage-flat.vmdk
Using 4 uploading threads
Uploaded file XXX Main Data Server_Storage-flat.vmdk 217.04MB/s 05:22:05
Uploaded file XXX Main Data Server.vmx
Uploaded file XXX Main Data Server.vmxf
Uploaded file XXX Main Data Server.nvram
Removing all snapshots of XXX Main Data Server
Failed to run command '/bin/vim-cmd vmsvc/snapshot.removeall 45': No space left on device
Failed to run command '/bin/vim-cmd vmsvc/snapshot.removeall 45': No space left on device

This error can be caused by either out-of-memory or a full ram disk. Can you check if /tmp is full?