Delete garbage collection before cutoff

Feb 2, 2023
9
0
6
Hey,

does anybody know to start the gc (because using access time cutoff is 1d 5m) early?
I would like to be able to delete manually, regardless of the scheduler.

With kind regards

Naseem
 
TF is a line interface command.
If you don't like CLI, tuning can also be done in the GUI after double-clicking "Tuning Options".
 
  • Like
Reactions: Johannes S
I want to delete a file that I just cut (prune) out.
PBS doesn't work like this and this is not possible:
The backed up data is split in a lot of small files ( chunks ), which are referenced by each backup snapshot they are part of. So if one chunk is in backup a of vm 101 and backup b of vm 202 and remove backup the chunk is still there. The garbage collection looks for chunks which are not part of of a snap fshotor the cutoff time ( default 24h 5 m) and removes them only if there is no snapshot including it anymore. This saves a lot of storage space but at the cost that you keed regular housekeeping ( garbage gollection, prune and verify jobs). They are quite fast on fast local storage ( ssds) and quite slow on hdds or network storage ( like nfs shares).
Read the technical overview to get an idea how everything fit together:
https://pbs.proxmox.com/docs/technical-overview.html
 
  • Like
Reactions: UdoB