[pbs-devel] [PATCH backup] docs: Improve GC's cutofftime description
    Maximiliano Sandoval 
    m.sandoval at proxmox.com
       
    Fri Jan 24 14:20:41 CET 2025
    
    
  
As written it can be read as "24h5m after the garbage collection
started".
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 docs/maintenance.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/maintenance.rst b/docs/maintenance.rst
index a6476913..c1b38fc7 100644
--- a/docs/maintenance.rst
+++ b/docs/maintenance.rst
@@ -233,8 +233,8 @@ into two phases:
 
   The task iterates over all chunks and checks their file access time against a
   cutoff time. The cutoff time is given by either the oldest backup writer
-  instance, if present, or 24 hours and 5 minutes after the start of garbage
-  collection.
+  instance, if present, or 24 hours and 5 minutes before the start of the
+  garbage collection.
 
   Garbage collection considers chunk files with access time older than the
   cutoff time to be neither referenced by any backup snapshot's index, nor part
-- 
2.39.5
    
    
More information about the pbs-devel
mailing list