mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-30 00:01:35 +00:00
sync: pull: reword last_sync_time resync comment
make it a bit easier to parse and include some examples of what the resync might be able to pick up. Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
868ca01a7a
commit
faa08f6564
@ -528,8 +528,9 @@ async fn pull_group(
|
|||||||
.enumerate()
|
.enumerate()
|
||||||
.filter(|&(pos, ref dir)| {
|
.filter(|&(pos, ref dir)| {
|
||||||
source_snapshots.insert(dir.time);
|
source_snapshots.insert(dir.time);
|
||||||
// Note: Last sync times final snapshot might not have been completely
|
// Note: the snapshot represented by `last_sync_time` might be missing its backup log
|
||||||
// done yet on the source side, keep it include for a resync.
|
// or post-backup verification state if those were not yet available during the last
|
||||||
|
// sync run, always resync it
|
||||||
if last_sync_time > dir.time {
|
if last_sync_time > dir.time {
|
||||||
already_synced_skip_info.update(dir.time);
|
already_synced_skip_info.update(dir.time);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user