Robocopy (Windows): Versionsgeschichte

Aus MattWiki

Auswahl des Versionsunterschieds: Markiere die Radiobuttons der zu vergleichenden Versionen und drücke die Eingabetaste oder die Schaltfläche am unteren Rand.
Legende: (Aktuell) = Unterschied zur aktuellen Version, (Vorherige) = Unterschied zur vorherigen Version, K = Kleine Änderung

1. Juni 2025

  • AktuellVorherige 16:3216:32, 1. Jun. 2025 Matt Diskussion Beiträge 827 Bytes +827 Die Seite wurde neu angelegt: „Robocopy is part of Microsoft Powertoys. It enables you to copy files and whole directory structures robocopy C:\Users\Alice\source-dir c:\Users\Bob\target-dir /mir <code>/e</code> copies subdirectories, includes empty directories. <code>/purge</code> deletes files and directories in the target that no longer exist in the source. Using this option together with <code>/e</code> allows the destination directory security settings to not be overwritten. <…“ Markierung: Visuelle Bearbeitung