🖥️
An Investment in Knowledge
  • An Investment in Knowledge
  • Microsoft Windows
    • CMD: Disable Windows 10 Reset
    • CMD: Fix Windows Key Activations
    • CMD: FSMO Role Transfer
    • De-Bloat Windows 10
    • Important Links
    • Microsoft Exchange Server Search Index Rebuild
    • PowerShell: Export Active Directory Group Members
    • Registry: Mapped Drives Don't Appear
    • Robocopy
    • SYSVOL Migration to DFRS
  • Microsoft 365
    • Export Shared Mailbox Permissions
    • Change Microsoft 365 Update Channel
  • Apple MacOS
    • Terminal Commands
  • Linux
  • Raspberry Pi
    • pi-Hole
    • Weather Station
    • Wardriving Kali Linux
    • Raspbian Tweaks
  • Data Privacy Restoration Journey
    • Bitwarden
    • Nextcloud
    • openHAB
Powered by GitBook
On this page

Was this helpful?

  1. Microsoft Windows

Robocopy

Command format and option definitions

robocopy <src> <dest> /mir /r:1 /w:1 /sec /b

Options

Option

Description

/mir

Mirrors a directory tree

/r:<N>

Specifies number of retries on failed copies

/w:<N>

Specifies the wait time between retires in seconds

/sec

Copies files with security

/b

Copies files in Backup mode

/xd <Directory>

Excludes directories that match the specified names and paths

PreviousRegistry: Mapped Drives Don't AppearNextSYSVOL Migration to DFRS

Last updated 5 years ago

Was this helpful?