Skip to content

Instantly share code, notes, and snippets.

@goncaloperes
Last active April 9, 2019 17:44
Show Gist options
  • Save goncaloperes/f53cb2508d0849f1b7cafdd7f1748a01 to your computer and use it in GitHub Desktop.
Save goncaloperes/f53cb2508d0849f1b7cafdd7f1748a01 to your computer and use it in GitHub Desktop.
Windows Batch File (.bat) to run on specific periods of the day in order to backup data.
@echo off
robocopy "FROM_LOCATION" "TO_LOCATION" /mir /R:0 /W:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment