| Friday, July 25, 2003 |
|
Cheap Backup.
I do fairly regular backups from my server to tape, but I normally carry around most of my documents on my laptop as well. Copying them to the server is a pain, since many of them havn't changed and the Windows GUI doesn't have an easy way to copy just the updated ones (and please don't suggest the briefcase, I never have been happy with that). So here's what I do use, that old favorite - XCOPY myBackup.bat
/y keeps me from being bothered with any prompts exclude.txt
Open a command prompt (Start->Run->CMD) and type XCOPY /? to see all the options. [Steven's Notebook]11:23:10 AM |