fix windows sync

This commit is contained in:
2025-08-10 12:34:08 +02:00
parent 822c93bf4c
commit aa29fae900
2 changed files with 5 additions and 2 deletions

View File

@@ -264,7 +264,7 @@ func (p *SyncCmd) pullBackup(m repository.Metadata, cli *client.Client) error {
return err
}
if linfo != rinfo {
if linfo.MD5 != rinfo.MD5 {
if err := p.Service.PullBackup(m.ID, uuid, cli); err != nil {
return err
}