Skip to content

Instantly share code, notes, and snippets.

@kaito834
Created March 15, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaito834/c320bb53dd1ead0d883b to your computer and use it in GitHub Desktop.
Save kaito834/c320bb53dd1ead0d883b to your computer and use it in GitHub Desktop.
Backup files to remote folder by robocopy on Windows 8.1
REM Copy local folder to remote folder
REM I executed this batch on Windows 8.1
robocopy "C:\Users\sample\Documents\mydata" "\\192.168.0.120\backup\" /E /FFT /R:3 /W:5 /NP /TEE /LOG+:"\\192.168.0.120\backup\robocopy.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment