mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 03:34:39 -06:00
Add a TRACE message when skipping a file to be restored
This commit is contained in:
@@ -807,6 +807,7 @@ func (manager *BackupManager) Restore(top string, revision int, inPlace bool, qu
|
|||||||
if compare == 0 {
|
if compare == 0 {
|
||||||
i++
|
i++
|
||||||
if quickMode && local.IsSameAs(entry) {
|
if quickMode && local.IsSameAs(entry) {
|
||||||
|
LOG_TRACE("RESTORE_SKIP", "File %s unchanged (by size and timestamp)", local.Path)
|
||||||
skipped = true
|
skipped = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user