Skip to content

DarkLite1/robocopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

A PowerShell script designed to execute robocopy.

This script will execute robocopy on a source and destination folder/file. All required parameters are read from a .JSON file. The input file can be modified as needed.

A scheduled task can be created to run the script in an automated way.

How does it work?

  • Robocopy is executed and the results are stored in robocopy native log files.
  • An e-mail is sent containing an overview and a link to the log files.

Best practices

  • Make sure to use the correct robocopy arguments as the switch '/MIR' can also delete files/folders.
  • Read the help section in the script for an explanation of the input file parameters.

Requirements

All required modules can be found in the repository and are free to use.

About

Use an input file to start robocopy.exe jobs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published