destination deletion

About this tag
The tag 'destination deletion' is used in the context of Robocopy backup operations on Windows, particularly after the Windows 25H2 update. Users report that Robocopy commands with the /MIR and /DST flags are no longer behaving as expected, instead of copying only new and changed files, the tool deletes all files on the destination before copying everything again. This issue appears to be related to changes in Windows versions, affecting backup scripts that rely on incremental file synchronization. The tag covers troubleshooting discussions around Robocopy's destination handling and file deletion behavior in recent Windows updates.
  1. U

    Windows 11 Robocopy läuft seit Version 25H2 nicht mehr wie gewohnt

    Hallo Gemeinde, ich habe in einer Bat-Datei folgenden Befehl: set x=e:\...\c\ robocopy c: %x% ^ /MIR /ZB /R:1 /SEC /W:1 /MT:8 /DST /LOG:"d:\log\c\%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%-%time:~0,2%-%time:~3,2%-%time:~6,2%.log" /TEE /XJ /XF "C:\hiberfil.sys" "C:\pagefile.sys" "C:\swapfile.sys"...
Back
Top