Robocopy
Last updated
Last updated
Robocopy allows copying, mirroring, or moving of files and directories.
Robocopy makes use of the Windows Robocopy command.
The operation to perform on the source directory.
Options:
Copy
Mirror
Move files
Move files and directories
Indicates the full path of the directory on which to perform the action.
Indicates the full path to the destination directory.
Copy subdirectories, excluding empty ones.
Copy subdirectories, including empty ones.
Copy files in restart mode.
Copy files in backup mode.
Indicates the number of retries on failed copies.
Indicates the wait time between retries, in seconds.
File(s) to copy. If no value is specified, all files (.) will be copied.
Excludes files that match the specified names or paths. Note that filename can include wildcard characters (* and ?).
Excludes directories that match the specified names and paths.
Excludes changed files.
Excludes newer files.
Excludes older files.
Excludes extra files and directories.
Excludes lonely files and directories.
Includes the same files.
Includes tweaked files.
Indicates the maximum file size (to exclude files bigger than N bytes).
Indicates the minimum file size (to exclude files smaller than N bytes).
Indicates the maximum file age (to exclude files older than N days or date).
Indicates the minimum file age (excludes files newer than N days or date).
Indicates the maximum last access date (excludes files unused since N).
Indicates the minimum last access date (excludes files used since N). If N is less than 1900, N specifies the number of days. Otherwise, N specifies a date in the format YYYYMMDD.
Writes the status output to the log file (appends the output to the existing log file).
Writes the status output to the log file (overwrites the existing log file).
Indicates that files are to be listed only (and not copied, deleted, or time stamped).
Reports all extra files, not just those that are selected.
Produces verbose output, and shows all skipped files.
Includes source file time stamps in the output.
Includes the full path names of the files in the output.
Prints sizes, as bytes.
Indicates that file sizes are not to be logged.
Indicates that file classes are not to be logged.
Indicates that file names are not to be logged.
Indicates that directory names are not to be logged.
Indicates that the progress of the copying operation (the number of files or directories copied so far) will not be displayed.
Shows the estimated time of arrival (ETA) of the copied files.