mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 20:16:38 +00:00
server: pull: be more specific in module comment
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@proxmox.com>
This commit is contained in:
parent
077c1a9979
commit
1c81ffdefc
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user