Skip to content

Instantly share code, notes, and snippets.

@wopfel
Created June 1, 2014 11:50
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 wopfel/0464b1b0a7e5432cecbf to your computer and use it in GitHub Desktop.
Save wopfel/0464b1b0a7e5432cecbf to your computer and use it in GitHub Desktop.
Synchronize (make a backup of) a folder in a loop; used during photographing a wedding ceremony; a backup is automatically created after importing the photos into the Lightroom catalog
ping -n 3600 localhost
:beginn
robocopy M:\Lightroom-Bilder\2013\2013-06-15 E:\kopie_hochzeit\ /e
ping -n 30 localhost
goto beginn
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment