Search Results

0
votes

How do you back up your development machine?

I use xcopy to copy all my personal files to an external hard drive on startup. Here's my startup.bat: xcopy d:\files f:\backup\files /D /E /Y /EXCLUDE:BackupExclude.txt Thi …