Skip to content

Instantly share code, notes, and snippets.

@awsp
Created September 16, 2016 02:19
Show Gist options
  • Save awsp/9afc53aea6aa3005e8d8154209cf0916 to your computer and use it in GitHub Desktop.
Save awsp/9afc53aea6aa3005e8d8154209cf0916 to your computer and use it in GitHub Desktop.
Auto backup in Windows and rename based on timestamp
robocopy "c:\test" "c:\target\tmp" /s
cd c:\target
ren "tmp" "backup - %date:/=-% %time::=-%"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment