← Back to tools
Robocopy Script Generator
Build a Robocopy command from a form instead of hand-editing flags.
Settings are encoded in the URL for easy sharing, and named presets can be saved in your browser.
Options
Toggle flags and edit values. 9 flags active
Generated command
robocopy [SOURCE] [DEST] `
/MIR `
/FFT `
/Z `
/XA:H `
/COPY:DAT `
/R:2 `
/W:2 `
/MT:8 `
/XD AppData Downloads OneDrive node_modules .cache bin pkg distTips
Use /L for a dry run before enabling a destructive /MIR to a real backup target. /MIR removes files from the backup that no longer exist in the source — use a dedicated destination. One entry per line in /XD or /XF keeps the command readable and easy to share.