Command to copy folders or migrate information "robocopy"
- Gerar link
- X
- Outros aplicativos
robocopy \\10.1.25.14\xml E:\Shares\XML /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:16
/mir - if a information on source is removed since the first time now it removes on destination
/E — Copy Subdirectories, including empty ones.
/Z — Copy files in restartable mode.
/ZB — Uses restartable mode. If access is denied, use backup mode.
/R:5 — Retry 5 times (you can specify a different number, the default is 1 million).
/W:5 — Wait 5 seconds before retrying (you can specify a different number, the default is 30 seconds).
/TBD — Wait for share names To Be Defined (retry error 67).
/NP — No Progress – don’t display percentage copied.
/V — Produce verbose output, showing skipped files.
/MT:16 — Do multithreaded copies with n threads (default is 8).
Website: https://www.intelligencesoftware.com.br
Ads: https://ads.intelligencesoftware.com.br
- Gerar link
- X
- Outros aplicativos
Comentários
Postar um comentário