Backup problem

  • Thread starter Thread starter Peyman
  • Start date Start date
P

Peyman

Is there any way to backup only some selected file types
(eg source files of a project) with Windows backup utility?
 
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.
 
Back
Top