I have a problem, deleting PBS backups does not free up space, what configuration should I have for that to happen??
There GC is running 24 hours and 10 minutes before the prune. Not GC after prune. If you want to free up space as fast as possible I would run the prune sat 12:00 and the gc sun 13:00. Not sure how fast or big your storage is, but the prune can take a moment too.I changed the settings like this, as you said i have to wait 24 hours and 5 minutes i think this is correct
View attachment 43038
There is a non-recommended way to delete the data immediately ...is there not a way to force it?
find /path2pbs-datastore/.chunks -type f -print0 | xargs -0 touch -d "-2 days"
Thank you @Ernst T. for the solution.There is a non-recommended way to delete the data immediately ...
Code:find /path2pbs-datastore/.chunks -type f -print0 | xargs -0 touch -d "-2 days"
.... and GarbageCollect.
2024-07-29T09:38:41+00:00: processed 98% (648983 chunks)
2024-07-29T09:38:44+00:00: processed 99% (655690 chunks)
2024-07-29T09:38:46+00:00: Removed garbage: 1.409 TiB
2024-07-29T09:38:46+00:00: Removed chunks: 462615
2024-07-29T09:38:46+00:00: Original data usage: 6.674 TiB
2024-07-29T09:38:46+00:00: On-Disk usage: 562.618 GiB (8.23%)
2024-07-29T09:38:46+00:00: On-Disk chunks: 199797
2024-07-29T09:38:46+00:00: Deduplication factor: 12.15
2024-07-29T09:38:46+00:00: Average chunk size: 2.884 MiB
2024-07-29T09:38:46+00:00: TASK OK