P Peyman Nov 13, 2003 #1 Is there any way to backup only some selected file types (eg source files of a project) with Windows backup utility?
Is there any way to backup only some selected file types (eg source files of a project) with Windows backup utility?
P Pegasus \(MVP\) Nov 13, 2003 #2 Place your ntbackup command inside a batch file, and precede it by something like so: xcopy d:\SourceFiles\*.c d:\SourceBackup\ Now tell ntbackup to back up d:\SourceBackup.
Place your ntbackup command inside a batch file, and precede it by something like so: xcopy d:\SourceFiles\*.c d:\SourceBackup\ Now tell ntbackup to back up d:\SourceBackup.