Garbage Collections Tasks take too long

starnetwork

Renowned Member
Dec 8, 2009
430
10
83
Hi,
I have some nas with about 50Tb of backups
the Garbage Collections task take few days to done, but should run daily, so how can / should it's work?
I try to run it once / week but the backups start to get errors, so I back to daily, but it's not complete it daily

suggestions?

Regards,
 
most of the errors like this:
Code:
Proxmox Backup Server 1.1-2
69.00 TiB of 124.50 TiB
 
2021-04-27T05:00:24+03:00: starting new backup on datastore 'Backups111': "vm/13346/2021-04-27T02:00:14Z"
2021-04-27T05:00:25+03:00: download 'index.json.blob' from previous backup.
2021-04-27T05:27:37+03:00: register chunks in 'drive-scsi0.img.fidx' from previous backup.
2021-04-27T05:27:37+03:00: download 'drive-scsi0.img.fidx' from previous backup.
2021-04-27T05:27:37+03:00: created new fixed index 1 ("vm/13346/2021-04-27T02:00:14Z/drive-scsi0.img.fidx")
2021-04-27T05:28:05+03:00: backup ended and finish failed: backup ended but finished flag is not set.
2021-04-27T05:28:05+03:00: removing unfinished backup
2021-04-27T05:28:05+03:00: TASK ERROR: removing backup snapshot "/mnt/pve/Backups111/pbs/vm/13346/2021-04-27T02:00:14Z" failed - Directory not empty (os error 39)

in Proxmox VE side (Client) it's look like that:
Code:
INFO: creating Proxmox Backup Server archive 'vm/13346/2021-04-27T02
ERROR: VM 13346 qmp command 'backup' failed - got timeout
INFO: aborting backup job
ERROR: VM 13346 qmp command 'backup-cancel' failed - got wrong command id '4015743:6' (expected 4015743:7)
ERROR: Backup of VM 13346 failed - VM 13346 qmp command 'backup' failed - got timeout

Regards