mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 11:44:45 -06:00
Don't rewrite existing special file
This commit is contained in:
@@ -836,6 +836,7 @@ func (manager *BackupManager) Restore(top string, revision int, inPlace bool, qu
|
|||||||
if remoteEntry.IsHardLinkRoot() {
|
if remoteEntry.IsHardLinkRoot() {
|
||||||
hardLinkTable[len(hardLinkTable)-1].willExist = true
|
hardLinkTable[len(hardLinkTable)-1].willExist = true
|
||||||
}
|
}
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
if !overwrite {
|
if !overwrite {
|
||||||
LOG_WERROR(allowFailures, "DOWNLOAD_OVERWRITE",
|
LOG_WERROR(allowFailures, "DOWNLOAD_OVERWRITE",
|
||||||
|
|||||||
Reference in New Issue
Block a user