Created
September 21, 2022 07:08
-
-
Save benjaminvanrenterghem/d3c60e196e9dde58e05b0e229819eee8 to your computer and use it in GitHub Desktop.
Revisions
-
benjaminvanrenterghem created this gist
Sep 21, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ cd D:/Cronjobs D: robocopy SOURCE_FOLDER_HERE TARGET_FOLDER_HERE /E /COPYALL /IS /IT /IM /LOG:robocopy.log /XD SOURCE_FOLDER_HERE\.git cd TARGET_FOLDER_HERE git add --all git commit -am "Autosync" git push