[pbs-devel] [RFC proxmox-backup 02/24] server: pull: be more specific in module comment
    Christian Ebner 
    c.ebner at proxmox.com
       
    Mon Jul 15 12:15:40 CEST 2024
    
    
  
Describe the `pull` direction of the sync operation more precisely
before adding also a `push` direction as synchronization operation.
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
 src/server/pull.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/server/pull.rs b/src/server/pull.rs
index 1ff9b92ab..b505976ad 100644
--- a/src/server/pull.rs
+++ b/src/server/pull.rs
@@ -1,4 +1,4 @@
-//! Sync datastore from remote server
+//! Sync datastore by pulling contents from remote server
 
 use std::collections::{HashMap, HashSet};
 use std::io::{Seek, Write};
-- 
2.39.2
    
    
More information about the pbs-devel
mailing list