Forrest logo
back to the robocopy tool

robocopy:ai:64a81

how do I sync my file?
$ robocopy /MIR ${source} ${destination}
try on your machine

Syncs files and directories between the source and destination folders. It mirrors the source directory to the destination directory, including deleting any files in the destination that no longer exist in the source.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do I sync my file?
back to the robocopy tool